Html Css Color HEX #AB0880 Medium Violet Red

📋 copy color: '#AB0880'

red 171 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #AB0880

Tints of Medium Violet Red #AB0880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 55.7%
G = 2.61%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0880 (or 0xAB0880) is known color: Medium Violet Red. HEX triplet: AB, 08 and 80. RGB value is (171,8,128). Sum of RGB (Red+Green+Blue) = 171+8+128=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0880 is #54F77F. Grayscale: #464646. Windows color (decimal): -5568384 or 8390827. OLE color: 8390827.

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

Color convert

RGB 171 8 128 -
CMYK 0 0.95 0.25 0.33
HSL 315.83º 0.91% 0.35% -
HSV(B) 315.83º 0.95% 0.67% -
XYZ 20.78 10.39 21.33 -
YUV 70.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 171 8 128 0 0.95 0.25 0.33 315.83 0.91 0.35
Hex AB 8 80 0 5F 19 21 13C 5B 23
Octal 253 10 200 0 137 31 41 474 133 43
Binary 10101011 1000 10000000 0 1011111 11001 100001 100111100 1011011 100011

Color Harmonies of #AB0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0880

Black with #AB0880

Text Example


Text Example

White with #AB0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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