Html Css Color HEX #AB0884 Medium Violet Red

📋 copy color: '#AB0884'

red 171 ◦ green 8 ◦ blue 132

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

Shades of Medium Violet Red #AB0884

Tints of Medium Violet Red #AB0884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 54.98%
G = 2.57%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB0884 (or 0xAB0884) is known color: Medium Violet Red. HEX triplet: AB, 08 and 84. RGB value is (171,8,132). Sum of RGB (Red+Green+Blue) = 171+8+132=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0884 is #54F77B. Grayscale: #464646. Windows color (decimal): -5568380 or 8652971. OLE color: 8652971.

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

Color convert

RGB 171 8 132 -
CMYK 0 0.95 0.23 0.33
HSL 314.36º 0.91% 0.35% -
HSV(B) 314.36º 0.95% 0.67% -
XYZ 21.05 10.5 22.75 -
YUV 70.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 171 8 132 0 0.95 0.23 0.33 314.36 0.91 0.35
Hex AB 8 84 0 5F 17 21 13A 5B 23
Octal 253 10 204 0 137 27 41 472 133 43
Binary 10101011 1000 10000100 0 1011111 10111 100001 100111010 1011011 100011

Color Harmonies of #AB0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0884

Black with #AB0884

Text Example


Text Example

White with #AB0884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0884; }

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

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

background-color css

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

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

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

border-color css

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

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

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