Html Css Color HEX #AB0F7F Medium Violet Red

📋 copy color: '#AB0F7F'

red 171 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #AB0F7F

Tints of Medium Violet Red #AB0F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 54.63%
G = 4.79%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB0F7F (or 0xAB0F7F) is known color: Medium Violet Red. HEX triplet: AB, 0F and 7F. RGB value is (171,15,127). Sum of RGB (Red+Green+Blue) = 171+15+127=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F7F is #54F080. Grayscale: #4A4A4A. Windows color (decimal): -5566593 or 8327083. OLE color: 8327083.

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

Color convert

RGB 171 15 127 -
CMYK 0 0.91 0.26 0.33
HSL 316.92º 0.84% 0.36% -
HSV(B) 316.92º 0.91% 0.67% -
XYZ 20.8 10.53 21.02 -
YUV 74.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 171 15 127 0 0.91 0.26 0.33 316.92 0.84 0.36
Hex AB F 7F 0 5B 1A 21 13D 54 24
Octal 253 17 177 0 133 32 41 475 124 44
Binary 10101011 1111 1111111 0 1011011 11010 100001 100111101 1010100 100100

Color Harmonies of #AB0F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F7F

Black with #AB0F7F

Text Example


Text Example

White with #AB0F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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