#A01EB1

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

Shades of Dark Orchid #A01EB1

Tints of Dark Orchid #A01EB1

Color information

#A01EB1 (or 0xA01EB1) is unknown color: approx Dark Orchid. HEX triplet: A0, 1E and B1. RGB value is (160,30,177). Sum of RGB (Red+Green+Blue) = 160+30+177=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #A01EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01EB1 is #5FE14E. Grayscale: #555555. Windows color (decimal): -6283599 or 11607712. OLE color: 11607712.

HSL color Cylindrical-coordinate representation of color #A01EB1: hue angle of 293.06º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01EB1 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16030177-
CMYK0.100.8300.31
HSL293.06º71.01%40.59%-
HSV(B)293.06º83.05%69.41%-
XYZ22.911.5842.62-
YUV85.63179.57181.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 30 (12.11% from 255) = 8.17%
BLUE value IS 177 (69.53% from 255) = 48.23%
R=43.60%
G=8.17%
B=48.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160301770.100.8300.31293.0671.0140.59
HexA01EB1A5301F1254729
Octal240362611212303744510751
Binary101000001111010110001101010100110111111001001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01EB1; }

 p { color: rgb(160,30,177); }

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

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

 a { background-color: rgb(160,30,177); }

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

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

 span { border-color: rgb(160,30,177); }

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