#A01FD5

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

Shades of Dark Orchid #A01FD5

Tints of Dark Orchid #A01FD5

Color information

#A01FD5 (or 0xA01FD5) is unknown color: approx Dark Orchid. HEX triplet: A0, 1F and D5. RGB value is (160,31,213). Sum of RGB (Red+Green+Blue) = 160+31+213=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #A01FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FD5 is #5FE02A. Grayscale: #595959. Windows color (decimal): -6283307 or 13967264. OLE color: 13967264.

HSL color Cylindrical-coordinate representation of color #A01FD5: hue angle of 282.53º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01FD5 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16031213-
CMYK0.250.8500.16
HSL282.53º74.59%47.84%-
HSV(B)282.53º85.45%83.53%-
XYZ2713.2664.09-
YUV90.32197.24177.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 31 (12.5% from 255) = 7.67%
BLUE value IS 213 (83.59% from 255) = 52.72%
R=39.60%
G=7.67%
B=52.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160312130.250.8500.16282.5374.5947.84
HexA01FD5195501011b4b30
Octal240373253112502043311360
Binary1010000011111110101011100110101010100001000110111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01FD5; }

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

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

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

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

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

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

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

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