#A21CC4

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

Shades of Dark Orchid #A21CC4

Tints of Dark Orchid #A21CC4

Color information

#A21CC4 (or 0xA21CC4) is unknown color: approx Dark Orchid. HEX triplet: A2, 1C and C4. RGB value is (162,28,196). Sum of RGB (Red+Green+Blue) = 162+28+196=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #A21CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CC4 is #5DE33B. Grayscale: #565656. Windows color (decimal): -6153020 or 12852386. OLE color: 12852386.

HSL color Cylindrical-coordinate representation of color #A21CC4: hue angle of 287.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CC4 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16228196-
CMYK0.170.8600.23
HSL287.86º75%43.92%-
HSV(B)287.86º85.71%76.86%-
XYZ25.2812.553.3-
YUV87.22189.39181.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 28 (11.33% from 255) = 7.25%
BLUE value IS 196 (76.95% from 255) = 50.78%
R=41.97%
G=7.25%
B=50.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162281960.170.8600.23287.867543.92
HexA21CC411560171204b2c
Octal242343042112602744011354
Binary1010001011100110001001000110101100101111001000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21CC4; }

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

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

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

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

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

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

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

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