Html Css Color HEX #AB0E8F Medium Violet Red

📋 copy color: '#AB0E8F'

red 171 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #AB0E8F

Tints of Medium Violet Red #AB0E8F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.27%

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 52.13%
G = 4.27%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB0E8F (or 0xAB0E8F) is known color: Medium Violet Red. HEX triplet: AB, 0E and 8F. RGB value is (171,14,143). Sum of RGB (Red+Green+Blue) = 171+14+143=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0E8F is #54F170. Grayscale: #4B4B4B. Windows color (decimal): -5566833 or 9375403. OLE color: 9375403.

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

Color convert

RGB 171 14 143 -
CMYK 0 0.92 0.16 0.33
HSL 310.7º 0.85% 0.36% -
HSV(B) 310.7º 0.92% 0.67% -
XYZ 21.91 10.96 26.95 -
YUV 75.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 171 14 143 0 0.92 0.16 0.33 310.7 0.85 0.36
Hex AB E 8F 0 5C 10 21 137 55 24
Octal 253 16 217 0 134 20 41 467 125 44
Binary 10101011 1110 10001111 0 1011100 10000 100001 100110111 1010101 100100

Color Harmonies of #AB0E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0E8F

Black with #AB0E8F

Text Example


Text Example

White with #AB0E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0E8F; }

 p { color: rgb(171,14,143); }

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

background-color css

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

 a { background-color: rgb(171,14,143); }

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

border-color css

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

 span { border-color: rgb(171,14,143); }

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