Html Css Color HEX #AB49AC Violet Blue

📋 copy color: '#AB49AC'

red 171 ◦ green 73 ◦ blue 172

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

Shades of Violet Blue #AB49AC

Tints of Violet Blue #AB49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 41.11%
G = 17.55%
B = 41.35%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB49AC (or 0xAB49AC) is known color: Violet Blue. HEX triplet: AB, 49 and AC. RGB value is (171,73,172). Sum of RGB (Red+Green+Blue) = 171+73+172=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49AC is #54B653. Grayscale: #717171. Windows color (decimal): -5551700 or 11291051. OLE color: 11291051.

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

Color convert

RGB 171 73 172 -
CMYK 0.01 0.58 0 0.33
HSL 299.39º 0.4% 0.48% -
HSV(B) 299.39º 0.58% 0.67% -
XYZ 26.62 16.4 40.79 -
YUV 113.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 171 73 172 0.01 0.58 0 0.33 299.39 0.4 0.48
Hex AB 49 AC 1 3A 0 21 12B 28 30
Octal 253 111 254 1 72 0 41 453 50 60
Binary 10101011 1001001 10101100 1 111010 0 100001 100101011 101000 110000

Color Harmonies of #AB49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49AC

Black with #AB49AC

Text Example


Text Example

White with #AB49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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