Html Css Color HEX #AB0893 Dark Magenta

📋 copy color: '#AB0893'

red 171 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #AB0893

Tints of Dark Magenta #AB0893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 52.45%
G = 2.45%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB0893 (or 0xAB0893) is known color: Dark Magenta. HEX triplet: AB, 08 and 93. RGB value is (171,8,147). Sum of RGB (Red+Green+Blue) = 171+8+147=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0893 is #54F76C. Grayscale: #484848. Windows color (decimal): -5568365 or 9636011. OLE color: 9636011.

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

Color convert

RGB 171 8 147 -
CMYK 0 0.95 0.14 0.33
HSL 308.83º 0.91% 0.35% -
HSV(B) 308.83º 0.95% 0.67% -
XYZ 22.15 10.94 28.55 -
YUV 72.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 171 8 147 0 0.95 0.14 0.33 308.83 0.91 0.35
Hex AB 8 93 0 5F E 21 135 5B 23
Octal 253 10 223 0 137 16 41 465 133 43
Binary 10101011 1000 10010011 0 1011111 1110 100001 100110101 1011011 100011

Color Harmonies of #AB0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0893

Black with #AB0893

Text Example


Text Example

White with #AB0893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0893; }

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

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

background-color css

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

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

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

border-color css

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

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

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