#AF58D1

Color #AF58D1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF58D1

Tints of Medium Orchid #AF58D1

Color information

#AF58D1 (or 0xAF58D1) is unknown color: approx Medium Orchid. HEX triplet: AF, 58 and D1. RGB value is (175,88,209). Sum of RGB (Red+Green+Blue) = 175+88+209=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF58D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58D1 is #50A72E. Grayscale: #7F7F7F. Windows color (decimal): -5285679 or 13719727. OLE color: 13719727.

HSL color Cylindrical-coordinate representation of color #AF58D1: hue angle of 283.14º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF58D1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17588209-
CMYK0.160.5800.18
HSL283.14º56.81%58.24%-
HSV(B)283.14º57.89%81.96%-
XYZ32.6820.762.59-
YUV127.81173.82161.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=37.08%
G=18.64%
B=44.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175882090.160.5800.18283.1456.8158.24
HexAF58D1103A01211b393a
Octal25713032120720224337172
Binary1010111110110001101000110000111010010010100011011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF58D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF58D1; }

 p { color: rgb(175,88,209); }

 H1.HeaderClassName
 {
   color: #AF58D1;
 }
 .AnyTagClassName
 {
   color: #AF58D1;
 }
</style>
background-color css

<style>
 a { background-color: #AF58D1; }

 a { background-color: rgb(175,88,209); }

 div.DivClassName
 {
   background-color: #AF58D1;
 }
 .BgClassName
 {
   background-color: #AF58D1;
 }
</style>
border-color css

<style>
 span { border-color: #AF58D1; }

 span { border-color: rgb(175,88,209); }

 td.TdClassName
 {
   border-color: #AF58D1;
 }
 .TagClassName
 {
   border-color: #AF58D1;
 }
</style>