Html Css Color HEX #AA5694 Violet Blue

📋 copy color: '#AA5694'

red 170 ◦ green 86 ◦ blue 148

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

Shades of Violet Blue #AA5694

Tints of Violet Blue #AA5694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 42.08%
G = 21.29%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA5694 (or 0xAA5694) is known color: Violet Blue. HEX triplet: AA, 56 and 94. RGB value is (170,86,148). Sum of RGB (Red+Green+Blue) = 170+86+148=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5694 is #55A96B. Grayscale: #767676. Windows color (decimal): -5613932 or 9721514. OLE color: 9721514.

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

Color convert

RGB 170 86 148 -
CMYK 0 0.49 0.13 0.33
HSL 315.71º 0.33% 0.5% -
HSV(B) 315.71º 0.49% 0.67% -
XYZ 25.25 17.34 30.03 -
YUV 118.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 170 86 148 0 0.49 0.13 0.33 315.71 0.33 0.5
Hex AA 56 94 0 31 D 21 13C 21 32
Octal 252 126 224 0 61 15 41 474 41 62
Binary 10101010 1010110 10010100 0 110001 1101 100001 100111100 100001 110010

Color Harmonies of #AA5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5694

Black with #AA5694

Text Example


Text Example

White with #AA5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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