#AF2CB2

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

Shades of Dark Orchid #AF2CB2

Tints of Dark Orchid #AF2CB2

Color information

#AF2CB2 (or 0xAF2CB2) is unknown color: approx Dark Orchid. HEX triplet: AF, 2C and B2. RGB value is (175,44,178). Sum of RGB (Red+Green+Blue) = 175+44+178=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF2CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2CB2 is #50D34D. Grayscale: #626262. Windows color (decimal): -5296974 or 11676847. OLE color: 11676847.

HSL color Cylindrical-coordinate representation of color #AF2CB2: hue angle of 298.66º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2CB2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17544178-
CMYK0.020.7500.30
HSL298.66º60.36%43.53%-
HSV(B)298.66º75.28%69.8%-
XYZ26.6214.1343.44-
YUV98.44172.9182.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 44 (17.58% from 255) = 11.08%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=44.08%
G=11.08%
B=44.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175441780.020.7500.30298.6660.3643.53
HexAF2CB224B01E12b3c2c
Octal2575426221130364537454
Binary1010111110110010110010101001011011110100101011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2CB2; }

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

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

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

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

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

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

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

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