#A21CA7

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

Shades of Dark Magenta #A21CA7

Tints of Dark Magenta #A21CA7

Color information

#A21CA7 (or 0xA21CA7) is unknown color: approx Dark Magenta. HEX triplet: A2, 1C and A7. RGB value is (162,28,167). Sum of RGB (Red+Green+Blue) = 162+28+167=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 167 - color contains mainly: blue. Hex color #A21CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21CA7 is #5DE358. Grayscale: #535353. Windows color (decimal): -6153049 or 10951842. OLE color: 10951842.

HSL color Cylindrical-coordinate representation of color #A21CA7: hue angle of 297.84º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21CA7 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16228167-
CMYK0.030.8300.35
HSL297.84º71.28%38.24%-
HSV(B)297.84º83.23%65.49%-
XYZ22.2911.337.57-
YUV83.91174.89183.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 28 (11.33% from 255) = 7.84%
BLUE value IS 167 (65.62% from 255) = 46.78%
R=45.38%
G=7.84%
B=46.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162281670.030.8300.35297.8471.2838.24
HexA21CA735302312a4726
Octal24234247312304345210746
Binary10100010111001010011111101001101000111001010101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21CA7; }

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

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

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

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

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

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

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

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