Html Css Color HEX #AB4995 Violet Blue

📋 copy color: '#AB4995'

red 171 ◦ green 73 ◦ blue 149

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

Shades of Violet Blue #AB4995

Tints of Violet Blue #AB4995

RGB

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

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

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

R = 43.51%
G = 18.58%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB4995 (or 0xAB4995) is known color: Violet Blue. HEX triplet: AB, 49 and 95. RGB value is (171,73,149). Sum of RGB (Red+Green+Blue) = 171+73+149=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4995 is #54B66A. Grayscale: #6E6E6E. Windows color (decimal): -5551723 or 9783723. OLE color: 9783723.

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

Color convert

RGB 171 73 149 -
CMYK 0 0.57 0.13 0.33
HSL 313.47º 0.4% 0.48% -
HSV(B) 313.47º 0.57% 0.67% -
XYZ 24.6 15.59 30.15 -
YUV 110.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 171 73 149 0 0.57 0.13 0.33 313.47 0.4 0.48
Hex AB 49 95 0 39 D 21 139 28 30
Octal 253 111 225 0 71 15 41 471 50 60
Binary 10101011 1001001 10010101 0 111001 1101 100001 100111001 101000 110000

Color Harmonies of #AB4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4995

Black with #AB4995

Text Example


Text Example

White with #AB4995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4995; }

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

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

background-color css

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

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

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

border-color css

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

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

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