Html Css Color HEX #AB0A90 Medium Violet Red

📋 copy color: '#AB0A90'

red 171 ◦ green 10 ◦ blue 144

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

Shades of Medium Violet Red #AB0A90

Tints of Medium Violet Red #AB0A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

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

R = 52.62%
G = 3.08%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB0A90 (or 0xAB0A90) is known color: Medium Violet Red. HEX triplet: AB, 0A and 90. RGB value is (171,10,144). Sum of RGB (Red+Green+Blue) = 171+10+144=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A90 is #54F56F. Grayscale: #494949. Windows color (decimal): -5567856 or 9439915. OLE color: 9439915.

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

Color convert

RGB 171 10 144 -
CMYK 0 0.94 0.16 0.33
HSL 310.06º 0.89% 0.35% -
HSV(B) 310.06º 0.94% 0.67% -
XYZ 21.94 10.89 27.33 -
YUV 73.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 171 10 144 0 0.94 0.16 0.33 310.06 0.89 0.35
Hex AB A 90 0 5E 10 21 136 59 23
Octal 253 12 220 0 136 20 41 466 131 43
Binary 10101011 1010 10010000 0 1011110 10000 100001 100110110 1011001 100011

Color Harmonies of #AB0A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A90

Black with #AB0A90

Text Example


Text Example

White with #AB0A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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