Html Css Color HEX #A21BA6 Dark Magenta

📋 copy color: '#A21BA6'

red 162 ◦ green 27 ◦ blue 166

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

Shades of Dark Magenta #A21BA6

Tints of Dark Magenta #A21BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

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

R = 45.63%
G = 7.61%
B = 46.76%

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

#A21BA6 (or 0xA21BA6) is known color: Dark Magenta. HEX triplet: A2, 1B and A6. RGB value is (162,27,166). Sum of RGB (Red+Green+Blue) = 162+27+166=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #A21BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BA6 is #5DE459. Grayscale: #525252. Windows color (decimal): -6153306 or 10886050. OLE color: 10886050.

HSL color Cylindrical-coordinate representation of color #A21BA6: hue angle of 298.27º degrees, saturation: 0.72, 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 #A21BA6 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 27 166 -
CMYK 0.02 0.84 0 0.35
HSL 298.27º 0.72% 0.38% -
HSV(B) 298.27º 0.84% 0.65% -
XYZ 22.18 11.22 37.07 -
YUV 83.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 162 27 166 0.02 0.84 0 0.35 298.27 0.72 0.38
Hex A2 1B A6 2 54 0 23 12A 48 26
Octal 242 33 246 2 124 0 43 452 110 46
Binary 10100010 11011 10100110 10 1010100 0 100011 100101010 1001000 100110

Color Harmonies of #A21BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BA6

Black with #A21BA6

Text Example


Text Example

White with #A21BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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