Html Css Color HEX #AB0295 Dark Magenta

📋 copy color: '#AB0295'

red 171 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #AB0295

Tints of Dark Magenta #AB0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 53.11%
G = 0.62%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB0295 (or 0xAB0295) is known color: Dark Magenta. HEX triplet: AB, 02 and 95. RGB value is (171,2,149). Sum of RGB (Red+Green+Blue) = 171+2+149=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0295 is #54FD6A. Grayscale: #444444. Windows color (decimal): -5569899 or 9765547. OLE color: 9765547.

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

Color convert

RGB 171 2 149 -
CMYK 0 0.99 0.13 0.33
HSL 307.81º 0.98% 0.34% -
HSV(B) 307.81º 0.99% 0.67% -
XYZ 22.24 10.87 29.36 -
YUV 69.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 171 2 149 0 0.99 0.13 0.33 307.81 0.98 0.34
Hex AB 2 95 0 63 D 21 134 62 22
Octal 253 2 225 0 143 15 41 464 142 42
Binary 10101011 10 10010101 0 1100011 1101 100001 100110100 1100010 100010

Color Harmonies of #AB0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0295

Black with #AB0295

Text Example


Text Example

White with #AB0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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