#A214A7

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

Shades of Dark Magenta #A214A7

Tints of Dark Magenta #A214A7

Color information

#A214A7 (or 0xA214A7) is unknown color: approx Dark Magenta. HEX triplet: A2, 14 and A7. RGB value is (162,20,167). Sum of RGB (Red+Green+Blue) = 162+20+167=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #A214A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A214A7 is #5DEB58. Grayscale: #4E4E4E. Windows color (decimal): -6155097 or 10949794. OLE color: 10949794.

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

Color convert

RGB16220167-
CMYK0.030.8800.35
HSL297.96º78.61%36.67%-
HSV(B)297.96º88.02%65.49%-
XYZ22.1310.9737.51-
YUV79.22177.54187.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=46.42%
G=5.73%
B=47.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162201670.030.8800.35297.9678.6136.67
HexA214A735802312a4f25
Octal24224247313004345211745
Binary10100010101001010011111101100001000111001010101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A214A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A214A7; }

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

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

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

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

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

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

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

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