Html Css Color HEX #AB0E90 Medium Violet Red

📋 copy color: '#AB0E90'

red 171 ◦ green 14 ◦ blue 144

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

Shades of Medium Violet Red #AB0E90

Tints of Medium Violet Red #AB0E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 51.98%
G = 4.26%
B = 43.77%

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

#AB0E90 (or 0xAB0E90) is known color: Medium Violet Red. HEX triplet: AB, 0E and 90. RGB value is (171,14,144). Sum of RGB (Red+Green+Blue) = 171+14+144=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0E90 is #54F16F. Grayscale: #4B4B4B. Windows color (decimal): -5566832 or 9440939. OLE color: 9440939.

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

Color convert

RGB 171 14 144 -
CMYK 0 0.92 0.16 0.33
HSL 310.32º 0.85% 0.36% -
HSV(B) 310.32º 0.92% 0.67% -
XYZ 21.99 10.99 27.35 -
YUV 75.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 171 14 144 0 0.92 0.16 0.33 310.32 0.85 0.36
Hex AB E 90 0 5C 10 21 136 55 24
Octal 253 16 220 0 134 20 41 466 125 44
Binary 10101011 1110 10010000 0 1011100 10000 100001 100110110 1010101 100100

Color Harmonies of #AB0E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0E90

Black with #AB0E90

Text Example


Text Example

White with #AB0E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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