Html Css Color HEX #AA55AB Violet Blue

📋 copy color: '#AA55AB'

red 170 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #AA55AB

Tints of Violet Blue #AA55AB

RGB

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

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

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

R = 39.91%
G = 19.95%
B = 40.14%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA55AB (or 0xAA55AB) is known color: Violet Blue. HEX triplet: AA, 55 and AB. RGB value is (170,85,171). Sum of RGB (Red+Green+Blue) = 170+85+171=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55AB is #55AA54. Grayscale: #777777. Windows color (decimal): -5614165 or 11228586. OLE color: 11228586.

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

Color convert

RGB 170 85 171 -
CMYK 0.01 0.50 0 0.33
HSL 299.3º 0.34% 0.5% -
HSV(B) 299.3º 0.5% 0.67% -
XYZ 27.18 17.98 40.57 -
YUV 120.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 170 85 171 0.01 0.50 0 0.33 299.3 0.34 0.5
Hex AA 55 AB 1 32 0 21 12B 22 32
Octal 252 125 253 1 62 0 41 453 42 62
Binary 10101010 1010101 10101011 1 110010 0 100001 100101011 100010 110010

Color Harmonies of #AA55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55AB

Black with #AA55AB

Text Example


Text Example

White with #AA55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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