#AF1AD4

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

Shades of Dark Orchid #AF1AD4

Tints of Dark Orchid #AF1AD4

Color information

#AF1AD4 (or 0xAF1AD4) is unknown color: approx Dark Orchid. HEX triplet: AF, 1A and D4. RGB value is (175,26,212). Sum of RGB (Red+Green+Blue) = 175+26+212=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF1AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AD4 is #50E52B. Grayscale: #5B5B5B. Windows color (decimal): -5301548 or 13900463. OLE color: 13900463.

HSL color Cylindrical-coordinate representation of color #AF1AD4: hue angle of 288.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1AD4 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17526212-
CMYK0.170.8800.17
HSL288.06º78.15%46.67%-
HSV(B)288.06º87.74%83.14%-
XYZ29.9314.6163.53-
YUV91.76195.86187.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 26 (10.55% from 255) = 6.30%
BLUE value IS 212 (83.20% from 255) = 51.33%
R=42.37%
G=6.30%
B=51.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175262120.170.8800.17288.0678.1546.67
HexAF1AD411580111204e2f
Octal257323242113002144011657
Binary1010111111010110101001000110110000100011001000001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1AD4; }

 p { color: rgb(175,26,212); }

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

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

 a { background-color: rgb(175,26,212); }

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

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

 span { border-color: rgb(175,26,212); }

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