#AF2CB6

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

Shades of Dark Orchid #AF2CB6

Tints of Dark Orchid #AF2CB6

Color information

#AF2CB6 (or 0xAF2CB6) is unknown color: approx Dark Orchid. HEX triplet: AF, 2C and B6. RGB value is (175,44,182). Sum of RGB (Red+Green+Blue) = 175+44+182=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF2CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CB6 is #50D349. Grayscale: #626262. Windows color (decimal): -5296970 or 11938991. OLE color: 11938991.

HSL color Cylindrical-coordinate representation of color #AF2CB6: hue angle of 296.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2CB6 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17544182-
CMYK0.040.7600.29
HSL296.96º61.06%44.31%-
HSV(B)296.96º75.82%71.37%-
XYZ27.0214.2945.59-
YUV98.9174.9182.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 44 (17.58% from 255) = 10.97%
BLUE value IS 182 (71.48% from 255) = 45.39%
R=43.64%
G=10.97%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175441820.040.7600.29296.9661.0644.31
HexAF2CB644C01D1293d2c
Octal2575426641140354517554
Binary10101111101100101101101001001100011101100101001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2CB6; }

 p { color: rgb(175,44,182); }

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

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

 a { background-color: rgb(175,44,182); }

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

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

 span { border-color: rgb(175,44,182); }

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