Html Css Color HEX #AA5BA8 Violet Blue

📋 copy color: '#AA5BA8'

red 170 ◦ green 91 ◦ blue 168

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

Shades of Violet Blue #AA5BA8

Tints of Violet Blue #AA5BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 39.63%
G = 21.21%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA5BA8 (or 0xAA5BA8) is known color: Violet Blue. HEX triplet: AA, 5B and A8. RGB value is (170,91,168). Sum of RGB (Red+Green+Blue) = 170+91+168=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BA8 is #55A457. Grayscale: #7B7B7B. Windows color (decimal): -5612632 or 11033514. OLE color: 11033514.

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

Color convert

RGB 170 91 168 -
CMYK 0 0.46 0.01 0.33
HSL 301.52º 0.32% 0.51% -
HSV(B) 301.52º 0.46% 0.67% -
XYZ 27.39 18.86 39.24 -
YUV 123.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 170 91 168 0 0.46 0.01 0.33 301.52 0.32 0.51
Hex AA 5B A8 0 2E 1 21 12E 20 33
Octal 252 133 250 0 56 1 41 456 40 63
Binary 10101010 1011011 10101000 0 101110 1 100001 100101110 100000 110011

Color Harmonies of #AA5BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BA8

Black with #AA5BA8

Text Example


Text Example

White with #AA5BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BA8; }

 p { color: rgb(170,91,168); }

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

background-color css

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

 a { background-color: rgb(170,91,168); }

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

border-color css

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

 span { border-color: rgb(170,91,168); }

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