Html Css Color HEX #AB14A2 Dark Magenta

📋 copy color: '#AB14A2'

red 171 ◦ green 20 ◦ blue 162

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

Shades of Dark Magenta #AB14A2

Tints of Dark Magenta #AB14A2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB14A2 (or 0xAB14A2) is known color: Dark Magenta. HEX triplet: AB, 14 and A2. RGB value is (171,20,162). Sum of RGB (Red+Green+Blue) = 171+20+162=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB14A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB14A2 is #54EB5D. Grayscale: #505050. Windows color (decimal): -5565278 or 10622123. OLE color: 10622123.

HSL color Cylindrical-coordinate representation of color #AB14A2: hue angle of 303.58º 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 #AB14A2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 162 -
CMYK 0 0.88 0.05 0.33
HSL 303.58º 0.79% 0.37% -
HSV(B) 303.58º 0.88% 0.67% -
XYZ 23.57 11.77 35.21 -
YUV 81.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 171 20 162 0 0.88 0.05 0.33 303.58 0.79 0.37
Hex AB 14 A2 0 58 5 21 130 4F 25
Octal 253 24 242 0 130 5 41 460 117 45
Binary 10101011 10100 10100010 0 1011000 101 100001 100110000 1001111 100101

Color Harmonies of #AB14A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14A2

Black with #AB14A2

Text Example


Text Example

White with #AB14A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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