#AF29D2

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

Shades of Dark Orchid #AF29D2

Tints of Dark Orchid #AF29D2

Color information

#AF29D2 (or 0xAF29D2) is unknown color: approx Dark Orchid. HEX triplet: AF, 29 and D2. RGB value is (175,41,210). Sum of RGB (Red+Green+Blue) = 175+41+210=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF29D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29D2 is #50D62D. Grayscale: #636363. Windows color (decimal): -5297710 or 13773231. OLE color: 13773231.

HSL color Cylindrical-coordinate representation of color #AF29D2: hue angle of 287.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF29D2 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17541210-
CMYK0.170.8000.18
HSL287.57º67.33%49.22%-
HSV(B)287.57º80.48%82.35%-
XYZ30.115.3562.35-
YUV100.33189.89181.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 41 (16.41% from 255) = 9.62%
BLUE value IS 210 (82.42% from 255) = 49.30%
R=41.08%
G=9.62%
B=49.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175412100.170.8000.18287.5767.3349.22
HexAF29D211500121204331
Octal257513222112002244010361
Binary10101111101001110100101000110100000100101001000001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF29D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF29D2; }

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

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

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

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

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

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

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

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