#A21ACB

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

Shades of Dark Orchid #A21ACB

Tints of Dark Orchid #A21ACB

Color information

#A21ACB (or 0xA21ACB) is unknown color: approx Dark Orchid. HEX triplet: A2, 1A and CB. RGB value is (162,26,203). Sum of RGB (Red+Green+Blue) = 162+26+203=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #A21ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACB is #5DE534. Grayscale: #565656. Windows color (decimal): -6153525 or 13310626. OLE color: 13310626.

HSL color Cylindrical-coordinate representation of color #A21ACB: hue angle of 286.1º 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 #A21ACB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16226203-
CMYK0.200.8700.20
HSL286.1º77.29%44.9%-
HSV(B)286.1º87.19%79.61%-
XYZ26.0512.7357.58-
YUV86.84193.56181.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 26 (10.55% from 255) = 6.65%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=41.43%
G=6.65%
B=51.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162262030.200.8700.20286.177.2944.9
HexA21ACB145701411e4d2d
Octal242323132412702443611555
Binary1010001011010110010111010010101110101001000111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21ACB; }

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

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

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

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

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

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

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

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