Html Css Color HEX #AB0398 Dark Magenta

📋 copy color: '#AB0398'

red 171 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #AB0398

Tints of Dark Magenta #AB0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 52.45%
G = 0.92%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB0398 (or 0xAB0398) is known color: Dark Magenta. HEX triplet: AB, 03 and 98. RGB value is (171,3,152). Sum of RGB (Red+Green+Blue) = 171+3+152=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0398 is #54FC67. Grayscale: #454545. Windows color (decimal): -5569640 or 9962411. OLE color: 9962411.

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

Color convert

RGB 171 3 152 -
CMYK 0 0.98 0.11 0.33
HSL 306.79º 0.97% 0.34% -
HSV(B) 306.79º 0.98% 0.67% -
XYZ 22.49 10.99 30.64 -
YUV 70.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 171 3 152 0 0.98 0.11 0.33 306.79 0.97 0.34
Hex AB 3 98 0 62 B 21 133 61 22
Octal 253 3 230 0 142 13 41 463 141 42
Binary 10101011 11 10011000 0 1100010 1011 100001 100110011 1100001 100010

Color Harmonies of #AB0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0398

Black with #AB0398

Text Example


Text Example

White with #AB0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0398; }

 p { color: rgb(171,3,152); }

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

background-color css

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

 a { background-color: rgb(171,3,152); }

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

border-color css

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

 span { border-color: rgb(171,3,152); }

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