Html Css Color HEX #AB0C8B Medium Violet Red

📋 copy color: '#AB0C8B'

red 171 ◦ green 12 ◦ blue 139

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

Shades of Medium Violet Red #AB0C8B

Tints of Medium Violet Red #AB0C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 53.11%
G = 3.73%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB0C8B (or 0xAB0C8B) is known color: Medium Violet Red. HEX triplet: AB, 0C and 8B. RGB value is (171,12,139). Sum of RGB (Red+Green+Blue) = 171+12+139=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C8B is #54F374. Grayscale: #494949. Windows color (decimal): -5567349 or 9112747. OLE color: 9112747.

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

Color convert

RGB 171 12 139 -
CMYK 0 0.93 0.19 0.33
HSL 312.08º 0.87% 0.36% -
HSV(B) 312.08º 0.93% 0.67% -
XYZ 21.59 10.78 25.37 -
YUV 74.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 171 12 139 0 0.93 0.19 0.33 312.08 0.87 0.36
Hex AB C 8B 0 5D 13 21 138 57 24
Octal 253 14 213 0 135 23 41 470 127 44
Binary 10101011 1100 10001011 0 1011101 10011 100001 100111000 1010111 100100

Color Harmonies of #AB0C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C8B

Black with #AB0C8B

Text Example


Text Example

White with #AB0C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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