Html Css Color HEX #AC49AB Violet Blue

📋 copy color: '#AC49AB'

red 172 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #AC49AB

Tints of Violet Blue #AC49AB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 172 73 171 -
CMYK 0 0.58 0.01 0.33
HSL 300.61º 0.4% 0.48% -
HSV(B) 300.61º 0.58% 0.67% -
XYZ 26.75 16.48 40.3 -
YUV 113.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 172 73 171 0 0.58 0.01 0.33 300.61 0.4 0.48
Hex AC 49 AB 0 3A 1 21 12D 28 30
Octal 254 111 253 0 72 1 41 455 50 60
Binary 10101100 1001001 10101011 0 111010 1 100001 100101101 101000 110000

Color Harmonies of #AC49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49AB

Black with #AC49AB

Text Example


Text Example

White with #AC49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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