Html Css Color HEX #AC49AD Violet Blue

📋 copy color: '#AC49AD'

red 172 ◦ green 73 ◦ blue 173

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

Shades of Violet Blue #AC49AD

Tints of Violet Blue #AC49AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 41.15%
G = 17.46%
B = 41.39%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC49AD (or 0xAC49AD) is known color: Violet Blue. HEX triplet: AC, 49 and AD. RGB value is (172,73,173). Sum of RGB (Red+Green+Blue) = 172+73+173=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AD is #53B652. Grayscale: #717171. Windows color (decimal): -5486163 or 11356588. OLE color: 11356588.

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

Color convert

RGB 172 73 173 -
CMYK 0.01 0.58 0 0.32
HSL 299.4º 0.41% 0.48% -
HSV(B) 299.4º 0.58% 0.68% -
XYZ 26.94 16.55 41.31 -
YUV 114 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 172 73 173 0.01 0.58 0 0.32 299.4 0.41 0.48
Hex AC 49 AD 1 3A 0 20 12B 29 30
Octal 254 111 255 1 72 0 40 453 51 60
Binary 10101100 1001001 10101101 1 111010 0 100000 100101011 101001 110000

Color Harmonies of #AC49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49AD

Black with #AC49AD

Text Example


Text Example

White with #AC49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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