#AF2AC0

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

Shades of Dark Orchid #AF2AC0

Tints of Dark Orchid #AF2AC0

Color information

#AF2AC0 (or 0xAF2AC0) is unknown color: approx Dark Orchid. HEX triplet: AF, 2A and C0. RGB value is (175,42,192). Sum of RGB (Red+Green+Blue) = 175+42+192=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF2AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2AC0 is #50D53F. Grayscale: #626262. Windows color (decimal): -5297472 or 12593839. OLE color: 12593839.

HSL color Cylindrical-coordinate representation of color #AF2AC0: hue angle of 293.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2AC0 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17542192-
CMYK0.090.7800.25
HSL293.2º64.1%45.88%-
HSV(B)293.2º78.12%75.29%-
XYZ28.0214.5851.21-
YUV98.87180.56182.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 42 (16.80% from 255) = 10.27%
BLUE value IS 192 (75.39% from 255) = 46.94%
R=42.79%
G=10.27%
B=46.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175421920.090.7800.25293.264.145.88
HexAF2AC094E019125402e
Octal257523001111603144510056
Binary1010111110101011000000100110011100110011001001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2AC0; }

 p { color: rgb(175,42,192); }

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

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

 a { background-color: rgb(175,42,192); }

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

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

 span { border-color: rgb(175,42,192); }

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