Html Css Color HEX #AB4997 Violet Blue

📋 copy color: '#AB4997'

red 171 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #AB4997

Tints of Violet Blue #AB4997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.48%

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 43.29%
G = 18.48%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB4997 (or 0xAB4997) is known color: Violet Blue. HEX triplet: AB, 49 and 97. RGB value is (171,73,151). Sum of RGB (Red+Green+Blue) = 171+73+151=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4997 is #54B668. Grayscale: #6E6E6E. Windows color (decimal): -5551721 or 9914795. OLE color: 9914795.

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

Color convert

RGB 171 73 151 -
CMYK 0 0.57 0.12 0.33
HSL 312.24º 0.4% 0.48% -
HSV(B) 312.24º 0.57% 0.67% -
XYZ 24.76 15.66 31 -
YUV 111.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 171 73 151 0 0.57 0.12 0.33 312.24 0.4 0.48
Hex AB 49 97 0 39 C 21 138 28 30
Octal 253 111 227 0 71 14 41 470 50 60
Binary 10101011 1001001 10010111 0 111001 1100 100001 100111000 101000 110000

Color Harmonies of #AB4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4997

Black with #AB4997

Text Example


Text Example

White with #AB4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4997; }

 p { color: rgb(171,73,151); }

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

background-color css

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

 a { background-color: rgb(171,73,151); }

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

border-color css

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

 span { border-color: rgb(171,73,151); }

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