Html Css Color HEX #A21EA7 Dark Magenta

📋 copy color: '#A21EA7'

red 162 ◦ green 30 ◦ blue 167

#A21EA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A21EA7

Tints of Dark Magenta #A21EA7

RGB

 RED value IS 162 (63.67% from 255) = 45.13%

 GREEN value IS 30 (12.11% from 255) = 8.36%

 BLUE value IS 167 (65.63% from 255) = 46.52%

R = 45.13%
G = 8.36%
B = 46.52%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A21EA7 (or 0xA21EA7) is known color: Dark Magenta. HEX triplet: A2, 1E and A7. RGB value is (162,30,167). Sum of RGB (Red+Green+Blue) = 162+30+167=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #A21EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EA7 is #5DE158. Grayscale: #545454. Windows color (decimal): -6152537 or 10952354. OLE color: 10952354.

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

Color convert

RGB 162 30 167 -
CMYK 0.03 0.82 0 0.35
HSL 297.81º 0.7% 0.39% -
HSV(B) 297.81º 0.82% 0.65% -
XYZ 22.34 11.4 37.58 -
YUV 85.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 162 30 167 0.03 0.82 0 0.35 297.81 0.7 0.39
Hex A2 1E A7 3 52 0 23 12A 46 27
Octal 242 36 247 3 122 0 43 452 106 47
Binary 10100010 11110 10100111 11 1010010 0 100011 100101010 1000110 100111

Color Harmonies of #A21EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EA7

Black with #A21EA7

Text Example


Text Example

White with #A21EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EA7; }

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

 H1.HeaderClassName
 {
   color: #A21EA7;
 }
 .AnyTagClassName
 {
   color: #A21EA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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