#AF29DE

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

Shades of Dark Orchid #AF29DE

Tints of Dark Orchid #AF29DE

Color information

#AF29DE (or 0xAF29DE) is unknown color: approx Dark Orchid. HEX triplet: AF, 29 and DE. RGB value is (175,41,222). Sum of RGB (Red+Green+Blue) = 175+41+222=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF29DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DE is #50D621. Grayscale: #656565. Windows color (decimal): -5297698 or 14559663. OLE color: 14559663.

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

Color convert

RGB17541222-
CMYK0.210.8200.13
HSL284.42º73.28%51.57%-
HSV(B)284.42º81.53%87.06%-
XYZ31.6615.9770.52-
YUV101.7195.89180.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 41 (16.41% from 255) = 9.36%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=39.95%
G=9.36%
B=50.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175412220.210.8200.13284.4273.2851.57
HexAF29DE15520D11c4934
Octal257513362512201543411164
Binary1010111110100111011110101011010010011011000111001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF29DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF29DE; }

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

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

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

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

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

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

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

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