Html Css Color HEX #AB1185 Medium Violet Red

📋 copy color: '#AB1185'

red 171 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #AB1185

Tints of Medium Violet Red #AB1185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 53.27%
G = 5.3%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB1185 (or 0xAB1185) is known color: Medium Violet Red. HEX triplet: AB, 11 and 85. RGB value is (171,17,133). Sum of RGB (Red+Green+Blue) = 171+17+133=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1185 is #54EE7A. Grayscale: #4B4B4B. Windows color (decimal): -5566075 or 8720811. OLE color: 8720811.

HSL color Cylindrical-coordinate representation of color #AB1185: hue angle of 314.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1185 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 133 -
CMYK 0 0.90 0.22 0.33
HSL 314.81º 0.82% 0.37% -
HSV(B) 314.81º 0.9% 0.67% -
XYZ 21.23 10.75 23.15 -
YUV 76.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 171 17 133 0 0.90 0.22 0.33 314.81 0.82 0.37
Hex AB 11 85 0 5A 16 21 13B 52 25
Octal 253 21 205 0 132 26 41 473 122 45
Binary 10101011 10001 10000101 0 1011010 10110 100001 100111011 1010010 100101

Color Harmonies of #AB1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1185

Black with #AB1185

Text Example


Text Example

White with #AB1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1185; }

 p { color: rgb(171,17,133); }

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

background-color css

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

 a { background-color: rgb(171,17,133); }

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

border-color css

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

 span { border-color: rgb(171,17,133); }

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