#a21cc0

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

Shades of Dark Orchid #A21CC0

Tints of Dark Orchid #A21CC0

Color information

#A21CC0 (or 0xA21CC0) is unknown color: approx Dark Orchid. HEX triplet: A2, 1C and C0. RGB value is (162,28,192). Sum of RGB (Red+Green+Blue) = 162+28+192=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #A21CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CC0 is #5DE33F. Grayscale: #565656. Windows color (decimal): -6153024 or 12590242. OLE color: 12590242.

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

Color convert

RGB16228192-
CMYK0.160.8500.25
HSL289.02º74.55%43.14%-
HSV(B)289.02º85.42%75.29%-
XYZ24.8312.3250.94-
YUV86.76187.39181.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 28 (11.33% from 255) = 7.33%
BLUE value IS 192 (75.39% from 255) = 50.26%
R=42.41%
G=7.33%
B=50.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162281920.160.8500.25289.0274.5543.14
HexA21CC010550191214b2b
Octal242343002012503144111353
Binary1010001011100110000001000010101010110011001000011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21cc0; }

 p { color: rgb(162,28,192); }

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

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

 a { background-color: rgb(162,28,192); }

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

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

 span { border-color: rgb(162,28,192); }

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