Html Css Color HEX #AB07A0 Dark Magenta

📋 copy color: '#AB07A0'

red 171 ◦ green 7 ◦ blue 160

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

Shades of Dark Magenta #AB07A0

Tints of Dark Magenta #AB07A0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 160 (62.89% from 255) = 47.34%

R = 50.59%
G = 2.07%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB07A0 (or 0xAB07A0) is known color: Dark Magenta. HEX triplet: AB, 07 and A0. RGB value is (171,7,160). Sum of RGB (Red+Green+Blue) = 171+7+160=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB07A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07A0 is #54F85F. Grayscale: #494949. Windows color (decimal): -5568608 or 10487723. OLE color: 10487723.

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

Color convert

RGB 171 7 160 -
CMYK 0 0.96 0.06 0.33
HSL 304.02º 0.92% 0.35% -
HSV(B) 304.02º 0.96% 0.67% -
XYZ 23.22 11.35 34.22 -
YUV 73.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 171 7 160 0 0.96 0.06 0.33 304.02 0.92 0.35
Hex AB 7 A0 0 60 6 21 130 5C 23
Octal 253 7 240 0 140 6 41 460 134 43
Binary 10101011 111 10100000 0 1100000 110 100001 100110000 1011100 100011

Color Harmonies of #AB07A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07A0

Black with #AB07A0

Text Example


Text Example

White with #AB07A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07A0; }

 p { color: rgb(171,7,160); }

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

background-color css

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

 a { background-color: rgb(171,7,160); }

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

border-color css

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

 span { border-color: rgb(171,7,160); }

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