Html Css Color HEX #AB0A8A Medium Violet Red

📋 copy color: '#AB0A8A'

red 171 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #AB0A8A

Tints of Medium Violet Red #AB0A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 53.61%
G = 3.13%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB0A8A (or 0xAB0A8A) is known color: Medium Violet Red. HEX triplet: AB, 0A and 8A. RGB value is (171,10,138). Sum of RGB (Red+Green+Blue) = 171+10+138=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A8A is #54F575. Grayscale: #484848. Windows color (decimal): -5567862 or 9046699. OLE color: 9046699.

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

Color convert

RGB 171 10 138 -
CMYK 0 0.94 0.19 0.33
HSL 312.3º 0.89% 0.35% -
HSV(B) 312.3º 0.94% 0.67% -
XYZ 21.49 10.71 24.98 -
YUV 72.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 171 10 138 0 0.94 0.19 0.33 312.3 0.89 0.35
Hex AB A 8A 0 5E 13 21 138 59 23
Octal 253 12 212 0 136 23 41 470 131 43
Binary 10101011 1010 10001010 0 1011110 10011 100001 100111000 1011001 100011

Color Harmonies of #AB0A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A8A

Black with #AB0A8A

Text Example


Text Example

White with #AB0A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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