Html Css Color HEX #AA5695 Violet Blue

📋 copy color: '#AA5695'

red 170 ◦ green 86 ◦ blue 149

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

Shades of Violet Blue #AA5695

Tints of Violet Blue #AA5695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 41.98%
G = 21.23%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA5695 (or 0xAA5695) is known color: Violet Blue. HEX triplet: AA, 56 and 95. RGB value is (170,86,149). Sum of RGB (Red+Green+Blue) = 170+86+149=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5695 is #55A96A. Grayscale: #767676. Windows color (decimal): -5613931 or 9787050. OLE color: 9787050.

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

Color convert

RGB 170 86 149 -
CMYK 0 0.49 0.12 0.33
HSL 315º 0.33% 0.5% -
HSV(B) 315º 0.49% 0.67% -
XYZ 25.33 17.37 30.45 -
YUV 118.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 170 86 149 0 0.49 0.12 0.33 315 0.33 0.5
Hex AA 56 95 0 31 C 21 13B 21 32
Octal 252 126 225 0 61 14 41 473 41 62
Binary 10101010 1010110 10010101 0 110001 1100 100001 100111011 100001 110010

Color Harmonies of #AA5695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5695

Black with #AA5695

Text Example


Text Example

White with #AA5695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5695; }

 p { color: rgb(170,86,149); }

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

background-color css

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

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

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

border-color css

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

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

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