Html Css Color HEX #AB0F7E Medium Violet Red

📋 copy color: '#AB0F7E'

red 171 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #AB0F7E

Tints of Medium Violet Red #AB0F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 54.81%
G = 4.81%
B = 40.38%

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

#AB0F7E (or 0xAB0F7E) is known color: Medium Violet Red. HEX triplet: AB, 0F and 7E. RGB value is (171,15,126). Sum of RGB (Red+Green+Blue) = 171+15+126=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F7E is #54F081. Grayscale: #4A4A4A. Windows color (decimal): -5566594 or 8261547. OLE color: 8261547.

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

Color convert

RGB 171 15 126 -
CMYK 0 0.91 0.26 0.33
HSL 317.31º 0.84% 0.36% -
HSV(B) 317.31º 0.91% 0.67% -
XYZ 20.73 10.51 20.67 -
YUV 74.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 171 15 126 0 0.91 0.26 0.33 317.31 0.84 0.36
Hex AB F 7E 0 5B 1A 21 13D 54 24
Octal 253 17 176 0 133 32 41 475 124 44
Binary 10101011 1111 1111110 0 1011011 11010 100001 100111101 1010100 100100

Color Harmonies of #AB0F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F7E

Black with #AB0F7E

Text Example


Text Example

White with #AB0F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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