Html Css Color HEX #AA5EAA Violet Blue

📋 copy color: '#AA5EAA'

red 170 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #AA5EAA

Tints of Violet Blue #AA5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.66%

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

R = 39.17%
G = 21.66%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5EAA (or 0xAA5EAA) is known color: Violet Blue. HEX triplet: AA, 5E and AA. RGB value is (170,94,170). Sum of RGB (Red+Green+Blue) = 170+94+170=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5EAA is #55A155. Grayscale: #7D7D7D. Windows color (decimal): -5611862 or 11165354. OLE color: 11165354.

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

Color convert

RGB 170 94 170 -
CMYK 0 0.45 0 0.33
HSL 300º 0.31% 0.52% -
HSV(B) 300º 0.45% 0.67% -
XYZ 27.84 19.45 40.32 -
YUV 125.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 170 94 170 0 0.45 0 0.33 300 0.31 0.52
Hex AA 5E AA 0 2D 0 21 12C 1F 34
Octal 252 136 252 0 55 0 41 454 37 64
Binary 10101010 1011110 10101010 0 101101 0 100001 100101100 11111 110100

Color Harmonies of #AA5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EAA

Black with #AA5EAA

Text Example


Text Example

White with #AA5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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