Html Css Color HEX #AB0F7C Medium Violet Red

📋 copy color: '#AB0F7C'

red 171 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #AB0F7C

Tints of Medium Violet Red #AB0F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.84%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 55.16%
G = 4.84%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB0F7C (or 0xAB0F7C) is known color: Medium Violet Red. HEX triplet: AB, 0F and 7C. RGB value is (171,15,124). Sum of RGB (Red+Green+Blue) = 171+15+124=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F7C is #54F083. Grayscale: #494949. Windows color (decimal): -5566596 or 8130475. OLE color: 8130475.

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

Color convert

RGB 171 15 124 -
CMYK 0 0.91 0.27 0.33
HSL 318.08º 0.84% 0.36% -
HSV(B) 318.08º 0.91% 0.67% -
XYZ 20.6 10.45 20 -
YUV 74.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 171 15 124 0 0.91 0.27 0.33 318.08 0.84 0.36
Hex AB F 7C 0 5B 1B 21 13E 54 24
Octal 253 17 174 0 133 33 41 476 124 44
Binary 10101011 1111 1111100 0 1011011 11011 100001 100111110 1010100 100100

Color Harmonies of #AB0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F7C

Black with #AB0F7C

Text Example


Text Example

White with #AB0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F7C; }

 p { color: rgb(171,15,124); }

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

background-color css

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

 a { background-color: rgb(171,15,124); }

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

border-color css

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

 span { border-color: rgb(171,15,124); }

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