Html Css Color HEX #A214AB Dark Magenta

📋 copy color: '#A214AB'

red 162 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #A214AB

Tints of Dark Magenta #A214AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 45.89%
G = 5.67%
B = 48.44%

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

#A214AB (or 0xA214AB) is known color: Dark Magenta. HEX triplet: A2, 14 and AB. RGB value is (162,20,171). Sum of RGB (Red+Green+Blue) = 162+20+171=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #A214AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A214AB is #5DEB54. Grayscale: #4F4F4F. Windows color (decimal): -6155093 or 11211938. OLE color: 11211938.

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

Color convert

RGB 162 20 171 -
CMYK 0.05 0.88 0 0.33
HSL 296.42º 0.79% 0.37% -
HSV(B) 296.42º 0.88% 0.67% -
XYZ 22.5 11.12 39.49 -
YUV 79.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 162 20 171 0.05 0.88 0 0.33 296.42 0.79 0.37
Hex A2 14 AB 5 58 0 21 128 4F 25
Octal 242 24 253 5 130 0 41 450 117 45
Binary 10100010 10100 10101011 101 1011000 0 100001 100101000 1001111 100101

Color Harmonies of #A214AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214AB

Black with #A214AB

Text Example


Text Example

White with #A214AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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