#AF42DE

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

Shades of Medium Orchid #AF42DE

Tints of Medium Orchid #AF42DE

Color information

#AF42DE (or 0xAF42DE) is unknown color: approx Medium Orchid. HEX triplet: AF, 42 and DE. RGB value is (175,66,222). Sum of RGB (Red+Green+Blue) = 175+66+222=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF42DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42DE is #50BD21. Grayscale: #737373. Windows color (decimal): -5291298 or 14566063. OLE color: 14566063.

HSL color Cylindrical-coordinate representation of color #AF42DE: hue angle of 281.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF42DE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17566222-
CMYK0.210.7000.13
HSL281.92º70.27%56.47%-
HSV(B)281.92º70.27%87.06%-
XYZ32.8118.2870.91-
YUV116.38187.61169.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 66 (26.17% from 255) = 14.25%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=37.80%
G=14.25%
B=47.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175662220.210.7000.13281.9270.2756.47
HexAF42DE15460D11a4638
Octal2571023362510601543210670
Binary10101111100001011011110101011000110011011000110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF42DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF42DE; }

 p { color: rgb(175,66,222); }

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

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

 a { background-color: rgb(175,66,222); }

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

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

 span { border-color: rgb(175,66,222); }

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