Html Css Color HEX #AA5DAE Violet Blue

📋 copy color: '#AA5DAE'

red 170 ◦ green 93 ◦ blue 174

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

Shades of Violet Blue #AA5DAE

Tints of Violet Blue #AA5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 174 (68.36% from 255) = 39.82%

R = 38.9%
G = 21.28%
B = 39.82%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA5DAE (or 0xAA5DAE) is known color: Violet Blue. HEX triplet: AA, 5D and AE. RGB value is (170,93,174). Sum of RGB (Red+Green+Blue) = 170+93+174=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DAE is #55A251. Grayscale: #7D7D7D. Windows color (decimal): -5612114 or 11427242. OLE color: 11427242.

HSL color Cylindrical-coordinate representation of color #AA5DAE: hue angle of 297.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5DAE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 93 174 -
CMYK 0.02 0.47 0 0.32
HSL 297.04º 0.33% 0.52% -
HSV(B) 297.04º 0.47% 0.68% -
XYZ 28.13 19.43 42.31 -
YUV 125.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 170 93 174 0.02 0.47 0 0.32 297.04 0.33 0.52
Hex AA 5D AE 2 2F 0 20 129 21 34
Octal 252 135 256 2 57 0 40 451 41 64
Binary 10101010 1011101 10101110 10 101111 0 100000 100101001 100001 110100

Color Harmonies of #AA5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DAE

Black with #AA5DAE

Text Example


Text Example

White with #AA5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DAE; }

 p { color: rgb(170,93,174); }

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

background-color css

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

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

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

border-color css

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

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

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