Html Css Color HEX #AC55AA Violet Blue

📋 copy color: '#AC55AA'

red 172 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #AC55AA

Tints of Violet Blue #AC55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 40.28%
G = 19.91%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC55AA (or 0xAC55AA) is known color: Violet Blue. HEX triplet: AC, 55 and AA. RGB value is (172,85,170). Sum of RGB (Red+Green+Blue) = 172+85+170=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55AA is #53AA55. Grayscale: #787878. Windows color (decimal): -5483094 or 11163052. OLE color: 11163052.

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

Color convert

RGB 172 85 170 -
CMYK 0 0.51 0.01 0.33
HSL 301.38º 0.34% 0.5% -
HSV(B) 301.38º 0.51% 0.67% -
XYZ 27.52 18.17 40.09 -
YUV 120.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 172 85 170 0 0.51 0.01 0.33 301.38 0.34 0.5
Hex AC 55 AA 0 33 1 21 12D 22 32
Octal 254 125 252 0 63 1 41 455 42 62
Binary 10101100 1010101 10101010 0 110011 1 100001 100101101 100010 110010

Color Harmonies of #AC55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55AA

Black with #AC55AA

Text Example


Text Example

White with #AC55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55AA; }

 p { color: rgb(172,85,170); }

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

background-color css

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

 a { background-color: rgb(172,85,170); }

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

border-color css

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

 span { border-color: rgb(172,85,170); }

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