#A01FAD

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

Shades of Dark Orchid #A01FAD

Tints of Dark Orchid #A01FAD

Color information

#A01FAD (or 0xA01FAD) is unknown color: approx Dark Orchid. HEX triplet: A0, 1F and AD. RGB value is (160,31,173). Sum of RGB (Red+Green+Blue) = 160+31+173=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #A01FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FAD is #5FE052. Grayscale: #555555. Windows color (decimal): -6283347 or 11345824. OLE color: 11345824.

HSL color Cylindrical-coordinate representation of color #A01FAD: hue angle of 294.51º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01FAD is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16031173-
CMYK0.080.8200.32
HSL294.51º69.61%40%-
HSV(B)294.51º82.08%67.84%-
XYZ22.5311.4740.56-
YUV85.76177.24180.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 31 (12.5% from 255) = 8.52%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=43.96%
G=8.52%
B=47.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160311730.080.8200.32294.5169.6140
HexA01FAD8520201274628
Octal240372551012204044710650
Binary1010000011111101011011000101001001000001001001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01FAD; }

 p { color: rgb(160,31,173); }

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

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

 a { background-color: rgb(160,31,173); }

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

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

 span { border-color: rgb(160,31,173); }

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