#AF2DB4

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

Shades of Dark Orchid #AF2DB4

Tints of Dark Orchid #AF2DB4

Color information

#AF2DB4 (or 0xAF2DB4) is unknown color: approx Dark Orchid. HEX triplet: AF, 2D and B4. RGB value is (175,45,180). Sum of RGB (Red+Green+Blue) = 175+45+180=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF2DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DB4 is #50D24B. Grayscale: #626262. Windows color (decimal): -5296716 or 11808175. OLE color: 11808175.

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

Color convert

RGB17545180-
CMYK0.030.7500.29
HSL297.78º60%44.12%-
HSV(B)297.78º75%70.59%-
XYZ26.8614.2944.52-
YUV99.26173.57182.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 45 (17.97% from 255) = 11.25%
BLUE value IS 180 (70.70% from 255) = 45%
R=43.75%
G=11.25%
B=45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175451800.030.7500.29297.786044.12
HexAF2DB434B01D12a3c2c
Octal2575526431130354527454
Binary1010111110110110110100111001011011101100101010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2DB4; }

 p { color: rgb(175,45,180); }

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

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

 a { background-color: rgb(175,45,180); }

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

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

 span { border-color: rgb(175,45,180); }

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