Html Css Color HEX #AB0C8F Medium Violet Red

📋 copy color: '#AB0C8F'

red 171 ◦ green 12 ◦ blue 143

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

Shades of Medium Violet Red #AB0C8F

Tints of Medium Violet Red #AB0C8F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 52.45%
G = 3.68%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB0C8F (or 0xAB0C8F) is known color: Medium Violet Red. HEX triplet: AB, 0C and 8F. RGB value is (171,12,143). Sum of RGB (Red+Green+Blue) = 171+12+143=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C8F is #54F370. Grayscale: #4A4A4A. Windows color (decimal): -5567345 or 9374891. OLE color: 9374891.

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

Color convert

RGB 171 12 143 -
CMYK 0 0.93 0.16 0.33
HSL 310.57º 0.87% 0.36% -
HSV(B) 310.57º 0.93% 0.67% -
XYZ 21.88 10.9 26.94 -
YUV 74.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 171 12 143 0 0.93 0.16 0.33 310.57 0.87 0.36
Hex AB C 8F 0 5D 10 21 137 57 24
Octal 253 14 217 0 135 20 41 467 127 44
Binary 10101011 1100 10001111 0 1011101 10000 100001 100110111 1010111 100100

Color Harmonies of #AB0C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C8F

Black with #AB0C8F

Text Example


Text Example

White with #AB0C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C8F; }

 p { color: rgb(171,12,143); }

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

background-color css

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

 a { background-color: rgb(171,12,143); }

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

border-color css

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

 span { border-color: rgb(171,12,143); }

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