Html Css Color HEX #AB1296 Medium Violet Red

📋 copy color: '#AB1296'

red 171 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #AB1296

Tints of Medium Violet Red #AB1296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.31%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 50.44%
G = 5.31%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB1296 (or 0xAB1296) is known color: Medium Violet Red. HEX triplet: AB, 12 and 96. RGB value is (171,18,150). Sum of RGB (Red+Green+Blue) = 171+18+150=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1296 is #54ED69. Grayscale: #4E4E4E. Windows color (decimal): -5565802 or 9835179. OLE color: 9835179.

HSL color Cylindrical-coordinate representation of color #AB1296: hue angle of 308.24º degrees, saturation: 0.81, 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 #AB1296 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 150 -
CMYK 0 0.89 0.12 0.33
HSL 308.24º 0.81% 0.37% -
HSV(B) 308.24º 0.89% 0.67% -
XYZ 22.52 11.29 29.85 -
YUV 78.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 171 18 150 0 0.89 0.12 0.33 308.24 0.81 0.37
Hex AB 12 96 0 59 C 21 134 51 25
Octal 253 22 226 0 131 14 41 464 121 45
Binary 10101011 10010 10010110 0 1011001 1100 100001 100110100 1010001 100101

Color Harmonies of #AB1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1296

Black with #AB1296

Text Example


Text Example

White with #AB1296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1296; }

 p { color: rgb(171,18,150); }

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

background-color css

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

 a { background-color: rgb(171,18,150); }

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

border-color css

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

 span { border-color: rgb(171,18,150); }

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