Html Css Color HEX #AB4996 Violet Blue

📋 copy color: '#AB4996'

red 171 ◦ green 73 ◦ blue 150

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

Shades of Violet Blue #AB4996

Tints of Violet Blue #AB4996

RGB

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

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

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

R = 43.4%
G = 18.53%
B = 38.07%

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

#AB4996 (or 0xAB4996) is known color: Violet Blue. HEX triplet: AB, 49 and 96. RGB value is (171,73,150). Sum of RGB (Red+Green+Blue) = 171+73+150=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4996 is #54B669. Grayscale: #6E6E6E. Windows color (decimal): -5551722 or 9849259. OLE color: 9849259.

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

Color convert

RGB 171 73 150 -
CMYK 0 0.57 0.12 0.33
HSL 312.86º 0.4% 0.48% -
HSV(B) 312.86º 0.57% 0.67% -
XYZ 24.68 15.63 30.57 -
YUV 111.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 171 73 150 0 0.57 0.12 0.33 312.86 0.4 0.48
Hex AB 49 96 0 39 C 21 139 28 30
Octal 253 111 226 0 71 14 41 471 50 60
Binary 10101011 1001001 10010110 0 111001 1100 100001 100111001 101000 110000

Color Harmonies of #AB4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4996

Black with #AB4996

Text Example


Text Example

White with #AB4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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