Html Css Color HEX #AB08A2 Dark Magenta

📋 copy color: '#AB08A2'

red 171 ◦ green 8 ◦ blue 162

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

Shades of Dark Magenta #AB08A2

Tints of Dark Magenta #AB08A2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 50.15%
G = 2.35%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB08A2 (or 0xAB08A2) is known color: Dark Magenta. HEX triplet: AB, 08 and A2. RGB value is (171,8,162). Sum of RGB (Red+Green+Blue) = 171+8+162=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB08A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB08A2 is #54F75D. Grayscale: #494949. Windows color (decimal): -5568350 or 10619051. OLE color: 10619051.

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

Color convert

RGB 171 8 162 -
CMYK 0 0.95 0.05 0.33
HSL 303.31º 0.91% 0.35% -
HSV(B) 303.31º 0.95% 0.67% -
XYZ 23.4 11.44 35.16 -
YUV 74.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 171 8 162 0 0.95 0.05 0.33 303.31 0.91 0.35
Hex AB 8 A2 0 5F 5 21 12F 5B 23
Octal 253 10 242 0 137 5 41 457 133 43
Binary 10101011 1000 10100010 0 1011111 101 100001 100101111 1011011 100011

Color Harmonies of #AB08A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08A2

Black with #AB08A2

Text Example


Text Example

White with #AB08A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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