Html Css Color HEX #AA5BAA Violet Blue

📋 copy color: '#AA5BAA'

red 170 ◦ green 91 ◦ blue 170

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

Shades of Violet Blue #AA5BAA

Tints of Violet Blue #AA5BAA

RGB

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

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

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

R = 39.44%
G = 21.11%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5BAA (or 0xAA5BAA) is known color: Violet Blue. HEX triplet: AA, 5B and AA. RGB value is (170,91,170). Sum of RGB (Red+Green+Blue) = 170+91+170=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA5BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BAA is #55A455. Grayscale: #7B7B7B. Windows color (decimal): -5612630 or 11164586. OLE color: 11164586.

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

Color convert

RGB 170 91 170 -
CMYK 0 0.46 0 0.33
HSL 300º 0.32% 0.51% -
HSV(B) 300º 0.46% 0.67% -
XYZ 27.57 18.93 40.23 -
YUV 123.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 170 91 170 0 0.46 0 0.33 300 0.32 0.51
Hex AA 5B AA 0 2E 0 21 12C 20 33
Octal 252 133 252 0 56 0 41 454 40 63
Binary 10101010 1011011 10101010 0 101110 0 100001 100101100 100000 110011

Color Harmonies of #AA5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BAA

Black with #AA5BAA

Text Example


Text Example

White with #AA5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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