Html Css Color HEX #AA55AC Violet Blue

📋 copy color: '#AA55AC'

red 170 ◦ green 85 ◦ blue 172

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

Shades of Violet Blue #AA55AC

Tints of Violet Blue #AA55AC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 170 85 172 -
CMYK 0.01 0.51 0 0.33
HSL 298.62º 0.34% 0.5% -
HSV(B) 298.62º 0.51% 0.67% -
XYZ 27.27 18.02 41.07 -
YUV 120.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 170 85 172 0.01 0.51 0 0.33 298.62 0.34 0.5
Hex AA 55 AC 1 33 0 21 12B 22 32
Octal 252 125 254 1 63 0 41 453 42 62
Binary 10101010 1010101 10101100 1 110011 0 100001 100101011 100010 110010

Color Harmonies of #AA55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55AC

Black with #AA55AC

Text Example


Text Example

White with #AA55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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