Html Css Color HEX #AB5996 Violet Blue

📋 copy color: '#AB5996'

red 171 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #AB5996

Tints of Violet Blue #AB5996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

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

R = 41.71%
G = 21.71%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB5996 (or 0xAB5996) is known color: Violet Blue. HEX triplet: AB, 59 and 96. RGB value is (171,89,150). Sum of RGB (Red+Green+Blue) = 171+89+150=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5996 is #54A669. Grayscale: #787878. Windows color (decimal): -5547626 or 9853355. OLE color: 9853355.

HSL color Cylindrical-coordinate representation of color #AB5996: hue angle of 315.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5996 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 150 -
CMYK 0 0.48 0.12 0.33
HSL 315.37º 0.33% 0.51% -
HSV(B) 315.37º 0.48% 0.67% -
XYZ 25.87 18 30.97 -
YUV 120.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 171 89 150 0 0.48 0.12 0.33 315.37 0.33 0.51
Hex AB 59 96 0 30 C 21 13B 21 33
Octal 253 131 226 0 60 14 41 473 41 63
Binary 10101011 1011001 10010110 0 110000 1100 100001 100111011 100001 110011

Color Harmonies of #AB5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5996

Black with #AB5996

Text Example


Text Example

White with #AB5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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