Html Css Color HEX #A215AB Dark Magenta

📋 copy color: '#A215AB'

red 162 ◦ green 21 ◦ blue 171

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

Shades of Dark Magenta #A215AB

Tints of Dark Magenta #A215AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 45.76%
G = 5.93%
B = 48.31%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A215AB (or 0xA215AB) is known color: Dark Magenta. HEX triplet: A2, 15 and AB. RGB value is (162,21,171). Sum of RGB (Red+Green+Blue) = 162+21+171=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A215AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215AB is #5DEA54. Grayscale: #4F4F4F. Windows color (decimal): -6154837 or 11212194. OLE color: 11212194.

HSL color Cylindrical-coordinate representation of color #A215AB: hue angle of 296.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A215AB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 21 171 -
CMYK 0.05 0.88 0 0.33
HSL 296.4º 0.78% 0.38% -
HSV(B) 296.4º 0.88% 0.67% -
XYZ 22.52 11.16 39.49 -
YUV 80.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 162 21 171 0.05 0.88 0 0.33 296.4 0.78 0.38
Hex A2 15 AB 5 58 0 21 128 4E 26
Octal 242 25 253 5 130 0 41 450 116 46
Binary 10100010 10101 10101011 101 1011000 0 100001 100101000 1001110 100110

Color Harmonies of #A215AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215AB

Black with #A215AB

Text Example


Text Example

White with #A215AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215AB; }

 p { color: rgb(162,21,171); }

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

background-color css

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

 a { background-color: rgb(162,21,171); }

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

border-color css

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

 span { border-color: rgb(162,21,171); }

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