Html Css Color HEX #AB0C8C Medium Violet Red

📋 copy color: '#AB0C8C'

red 171 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #AB0C8C

Tints of Medium Violet Red #AB0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 52.94%
G = 3.72%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB0C8C (or 0xAB0C8C) is known color: Medium Violet Red. HEX triplet: AB, 0C and 8C. RGB value is (171,12,140). Sum of RGB (Red+Green+Blue) = 171+12+140=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C8C is #54F373. Grayscale: #494949. Windows color (decimal): -5567348 or 9178283. OLE color: 9178283.

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

Color convert

RGB 171 12 140 -
CMYK 0 0.93 0.18 0.33
HSL 311.7º 0.87% 0.36% -
HSV(B) 311.7º 0.93% 0.67% -
XYZ 21.66 10.81 25.76 -
YUV 74.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 171 12 140 0 0.93 0.18 0.33 311.7 0.87 0.36
Hex AB C 8C 0 5D 12 21 138 57 24
Octal 253 14 214 0 135 22 41 470 127 44
Binary 10101011 1100 10001100 0 1011101 10010 100001 100111000 1010111 100100

Color Harmonies of #AB0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C8C

Black with #AB0C8C

Text Example


Text Example

White with #AB0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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