#A21FA7

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

Shades of Dark Magenta #A21FA7

Tints of Dark Magenta #A21FA7

Color information

#A21FA7 (or 0xA21FA7) is unknown color: approx Dark Magenta. HEX triplet: A2, 1F and A7. RGB value is (162,31,167). Sum of RGB (Red+Green+Blue) = 162+31+167=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #A21FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FA7 is #5DE058. Grayscale: #555555. Windows color (decimal): -6152281 or 10952610. OLE color: 10952610.

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

Color convert

RGB16231167-
CMYK0.030.8100.35
HSL297.79º68.69%38.82%-
HSV(B)297.79º81.44%65.49%-
XYZ22.3711.4537.59-
YUV85.67173.9182.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 31 (12.5% from 255) = 8.61%
BLUE value IS 167 (65.62% from 255) = 46.39%
R=45%
G=8.61%
B=46.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162311670.030.8100.35297.7968.6938.82
HexA21FA735102312a4527
Octal24237247312104345210547
Binary10100010111111010011111101000101000111001010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21FA7; }

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

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

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

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

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

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

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

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