Html Css Color HEX #AB0A8F Medium Violet Red

📋 copy color: '#AB0A8F'

red 171 ◦ green 10 ◦ blue 143

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

Shades of Medium Violet Red #AB0A8F

Tints of Medium Violet Red #AB0A8F

RGB

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

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

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

R = 52.78%
G = 3.09%
B = 44.14%

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

#AB0A8F (or 0xAB0A8F) is known color: Medium Violet Red. HEX triplet: AB, 0A and 8F. RGB value is (171,10,143). Sum of RGB (Red+Green+Blue) = 171+10+143=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A8F is #54F570. Grayscale: #484848. Windows color (decimal): -5567857 or 9374379. OLE color: 9374379.

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

Color convert

RGB 171 10 143 -
CMYK 0 0.94 0.16 0.33
HSL 310.43º 0.89% 0.35% -
HSV(B) 310.43º 0.94% 0.67% -
XYZ 21.86 10.86 26.93 -
YUV 73.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 171 10 143 0 0.94 0.16 0.33 310.43 0.89 0.35
Hex AB A 8F 0 5E 10 21 136 59 23
Octal 253 12 217 0 136 20 41 466 131 43
Binary 10101011 1010 10001111 0 1011110 10000 100001 100110110 1011001 100011

Color Harmonies of #AB0A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A8F

Black with #AB0A8F

Text Example


Text Example

White with #AB0A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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