Html Css Color HEX #AB2080 Medium Red Violet

📋 copy color: '#AB2080'

red 171 ◦ green 32 ◦ blue 128

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

Shades of Medium Red Violet #AB2080

Tints of Medium Red Violet #AB2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 51.66%
G = 9.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB2080 (or 0xAB2080) is known color: Medium Red Violet. HEX triplet: AB, 20 and 80. RGB value is (171,32,128). Sum of RGB (Red+Green+Blue) = 171+32+128=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2080 is #54DF7F. Grayscale: #545454. Windows color (decimal): -5562240 or 8396971. OLE color: 8396971.

HSL color Cylindrical-coordinate representation of color #AB2080: hue angle of 318.56º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2080 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 128 -
CMYK 0 0.81 0.25 0.33
HSL 318.56º 0.68% 0.4% -
HSV(B) 318.56º 0.81% 0.67% -
XYZ 21.21 11.25 21.48 -
YUV 84.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 171 32 128 0 0.81 0.25 0.33 318.56 0.68 0.4
Hex AB 20 80 0 51 19 21 13F 44 28
Octal 253 40 200 0 121 31 41 477 104 50
Binary 10101011 100000 10000000 0 1010001 11001 100001 100111111 1000100 101000

Color Harmonies of #AB2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2080

Black with #AB2080

Text Example


Text Example

White with #AB2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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