Html Css Color HEX #AA5492 Violet Blue

📋 copy color: '#AA5492'

red 170 ◦ green 84 ◦ blue 146

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

Shades of Violet Blue #AA5492

Tints of Violet Blue #AA5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 42.5%
G = 21%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA5492 (or 0xAA5492) is known color: Violet Blue. HEX triplet: AA, 54 and 92. RGB value is (170,84,146). Sum of RGB (Red+Green+Blue) = 170+84+146=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5492 is #55AB6D. Grayscale: #747474. Windows color (decimal): -5614446 or 9589930. OLE color: 9589930.

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

Color convert

RGB 170 84 146 -
CMYK 0 0.51 0.14 0.33
HSL 316.74º 0.34% 0.5% -
HSV(B) 316.74º 0.51% 0.67% -
XYZ 24.94 16.96 29.15 -
YUV 116.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 170 84 146 0 0.51 0.14 0.33 316.74 0.34 0.5
Hex AA 54 92 0 33 E 21 13D 22 32
Octal 252 124 222 0 63 16 41 475 42 62
Binary 10101010 1010100 10010010 0 110011 1110 100001 100111101 100010 110010

Color Harmonies of #AA5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5492

Black with #AA5492

Text Example


Text Example

White with #AA5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5492; }

 p { color: rgb(170,84,146); }

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

background-color css

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

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

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

border-color css

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

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

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