Html Css Color HEX #AB0299 Dark Magenta

📋 copy color: '#AB0299'

red 171 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #AB0299

Tints of Dark Magenta #AB0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 52.45%
G = 0.61%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB0299 (or 0xAB0299) is known color: Dark Magenta. HEX triplet: AB, 02 and 99. RGB value is (171,2,153). Sum of RGB (Red+Green+Blue) = 171+2+153=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0299 is #54FD66. Grayscale: #454545. Windows color (decimal): -5569895 or 10027691. OLE color: 10027691.

HSL color Cylindrical-coordinate representation of color #AB0299: hue angle of 306.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0299 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 153 -
CMYK 0 0.99 0.11 0.33
HSL 306.39º 0.98% 0.34% -
HSV(B) 306.39º 0.99% 0.67% -
XYZ 22.57 11 31.07 -
YUV 69.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 171 2 153 0 0.99 0.11 0.33 306.39 0.98 0.34
Hex AB 2 99 0 63 B 21 132 62 22
Octal 253 2 231 0 143 13 41 462 142 42
Binary 10101011 10 10011001 0 1100011 1011 100001 100110010 1100010 100010

Color Harmonies of #AB0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0299

Black with #AB0299

Text Example


Text Example

White with #AB0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0299; }

 p { color: rgb(171,2,153); }

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

background-color css

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

 a { background-color: rgb(171,2,153); }

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

border-color css

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

 span { border-color: rgb(171,2,153); }

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