Html Css Color HEX #AA5AAB Violet Blue

📋 copy color: '#AA5AAB'

red 170 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #AA5AAB

Tints of Violet Blue #AA5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

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

R = 39.44%
G = 20.88%
B = 39.68%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5AAB (or 0xAA5AAB) is known color: Violet Blue. HEX triplet: AA, 5A and AB. RGB value is (170,90,171). Sum of RGB (Red+Green+Blue) = 170+90+171=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AAB is #55A554. Grayscale: #7A7A7A. Windows color (decimal): -5612885 or 11229866. OLE color: 11229866.

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

Color convert

RGB 170 90 171 -
CMYK 0.01 0.47 0 0.33
HSL 299.26º 0.33% 0.51% -
HSV(B) 299.26º 0.47% 0.67% -
XYZ 27.58 18.8 40.7 -
YUV 123.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 170 90 171 0.01 0.47 0 0.33 299.26 0.33 0.51
Hex AA 5A AB 1 2F 0 21 12B 21 33
Octal 252 132 253 1 57 0 41 453 41 63
Binary 10101010 1011010 10101011 1 101111 0 100001 100101011 100001 110011

Color Harmonies of #AA5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AAB

Black with #AA5AAB

Text Example


Text Example

White with #AA5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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