#A01ACB

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

Shades of Dark Orchid #A01ACB

Tints of Dark Orchid #A01ACB

Color information

#A01ACB (or 0xA01ACB) is unknown color: approx Dark Orchid. HEX triplet: A0, 1A and CB. RGB value is (160,26,203). Sum of RGB (Red+Green+Blue) = 160+26+203=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A01ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ACB is #5FE534. Grayscale: #555555. Windows color (decimal): -6284597 or 13310624. OLE color: 13310624.

HSL color Cylindrical-coordinate representation of color #A01ACB: hue angle of 285.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01ACB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16026203-
CMYK0.210.8700.20
HSL285.42º77.29%44.9%-
HSV(B)285.42º87.19%79.61%-
XYZ25.6512.5257.57-
YUV86.24193.89180.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 26 (10.55% from 255) = 6.68%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=41.13%
G=6.68%
B=52.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160262030.210.8700.20285.4277.2944.9
HexA01ACB155701411d4d2d
Octal240323132512702443511555
Binary1010000011010110010111010110101110101001000111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01ACB; }

 p { color: rgb(160,26,203); }

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

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

 a { background-color: rgb(160,26,203); }

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

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

 span { border-color: rgb(160,26,203); }

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