Html Css Color HEX #AB1395 Medium Violet Red

📋 copy color: '#AB1395'

red 171 ◦ green 19 ◦ blue 149

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

Shades of Medium Violet Red #AB1395

Tints of Medium Violet Red #AB1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 50.44%
G = 5.6%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB1395 (or 0xAB1395) is known color: Medium Violet Red. HEX triplet: AB, 13 and 95. RGB value is (171,19,149). Sum of RGB (Red+Green+Blue) = 171+19+149=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1395 is #54EC6A. Grayscale: #4E4E4E. Windows color (decimal): -5565547 or 9769899. OLE color: 9769899.

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

Color convert

RGB 171 19 149 -
CMYK 0 0.89 0.13 0.33
HSL 308.68º 0.8% 0.37% -
HSV(B) 308.68º 0.89% 0.67% -
XYZ 22.45 11.29 29.43 -
YUV 79.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 171 19 149 0 0.89 0.13 0.33 308.68 0.8 0.37
Hex AB 13 95 0 59 D 21 135 50 25
Octal 253 23 225 0 131 15 41 465 120 45
Binary 10101011 10011 10010101 0 1011001 1101 100001 100110101 1010000 100101

Color Harmonies of #AB1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1395

Black with #AB1395

Text Example


Text Example

White with #AB1395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1395; }

 p { color: rgb(171,19,149); }

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

background-color css

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

 a { background-color: rgb(171,19,149); }

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

border-color css

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

 span { border-color: rgb(171,19,149); }

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