Html Css Color HEX #AB0B82 Medium Violet Red

📋 copy color: '#AB0B82'

red 171 ◦ green 11 ◦ blue 130

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

Shades of Medium Violet Red #AB0B82

Tints of Medium Violet Red #AB0B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 54.81%
G = 3.53%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB0B82 (or 0xAB0B82) is known color: Medium Violet Red. HEX triplet: AB, 0B and 82. RGB value is (171,11,130). Sum of RGB (Red+Green+Blue) = 171+11+130=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B82 is #54F47D. Grayscale: #484848. Windows color (decimal): -5567614 or 8522667. OLE color: 8522667.

HSL color Cylindrical-coordinate representation of color #AB0B82: hue angle of 315.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B82 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 11 130 -
CMYK 0 0.94 0.24 0.33
HSL 315.38º 0.88% 0.36% -
HSV(B) 315.38º 0.94% 0.67% -
XYZ 20.94 10.51 22.04 -
YUV 72.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 171 11 130 0 0.94 0.24 0.33 315.38 0.88 0.36
Hex AB B 82 0 5E 18 21 13B 58 24
Octal 253 13 202 0 136 30 41 473 130 44
Binary 10101011 1011 10000010 0 1011110 11000 100001 100111011 1011000 100100

Color Harmonies of #AB0B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B82

Black with #AB0B82

Text Example


Text Example

White with #AB0B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B82; }

 p { color: rgb(171,11,130); }

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

background-color css

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

 a { background-color: rgb(171,11,130); }

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

border-color css

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

 span { border-color: rgb(171,11,130); }

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