Html Css Color HEX #AA5698 Violet Blue

📋 copy color: '#AA5698'

red 170 ◦ green 86 ◦ blue 152

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

Shades of Violet Blue #AA5698

Tints of Violet Blue #AA5698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 41.67%
G = 21.08%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA5698 (or 0xAA5698) is known color: Violet Blue. HEX triplet: AA, 56 and 98. RGB value is (170,86,152). Sum of RGB (Red+Green+Blue) = 170+86+152=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5698 is #55A967. Grayscale: #767676. Windows color (decimal): -5613928 or 9983658. OLE color: 9983658.

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

Color convert

RGB 170 86 152 -
CMYK 0 0.49 0.11 0.33
HSL 312.86º 0.33% 0.5% -
HSV(B) 312.86º 0.49% 0.67% -
XYZ 25.57 17.47 31.73 -
YUV 118.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 170 86 152 0 0.49 0.11 0.33 312.86 0.33 0.5
Hex AA 56 98 0 31 B 21 139 21 32
Octal 252 126 230 0 61 13 41 471 41 62
Binary 10101010 1010110 10011000 0 110001 1011 100001 100111001 100001 110010

Color Harmonies of #AA5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5698

Black with #AA5698

Text Example


Text Example

White with #AA5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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