Html Css Color HEX #A21AA6 Dark Magenta

📋 copy color: '#A21AA6'

red 162 ◦ green 26 ◦ blue 166

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

Shades of Dark Magenta #A21AA6

Tints of Dark Magenta #A21AA6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.34%

 BLUE value IS 166 (65.23% from 255) = 46.89%

R = 45.76%
G = 7.34%
B = 46.89%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A21AA6 (or 0xA21AA6) is known color: Dark Magenta. HEX triplet: A2, 1A and A6. RGB value is (162,26,166). Sum of RGB (Red+Green+Blue) = 162+26+166=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #A21AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AA6 is #5DE559. Grayscale: #525252. Windows color (decimal): -6153562 or 10885794. OLE color: 10885794.

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

Color convert

RGB 162 26 166 -
CMYK 0.02 0.84 0 0.35
HSL 298.29º 0.73% 0.38% -
HSV(B) 298.29º 0.84% 0.65% -
XYZ 22.15 11.17 37.07 -
YUV 82.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 162 26 166 0.02 0.84 0 0.35 298.29 0.73 0.38
Hex A2 1A A6 2 54 0 23 12A 49 26
Octal 242 32 246 2 124 0 43 452 111 46
Binary 10100010 11010 10100110 10 1010100 0 100011 100101010 1001001 100110

Color Harmonies of #A21AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AA6

Black with #A21AA6

Text Example


Text Example

White with #A21AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AA6; }

 p { color: rgb(162,26,166); }

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

background-color css

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

 a { background-color: rgb(162,26,166); }

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

border-color css

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

 span { border-color: rgb(162,26,166); }

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