Html Css Color HEX #AA489A Violet Blue

📋 copy color: '#AA489A'

red 170 ◦ green 72 ◦ blue 154

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

Shades of Violet Blue #AA489A

Tints of Violet Blue #AA489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.18%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 42.93%
G = 18.18%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA489A (or 0xAA489A) is known color: Violet Blue. HEX triplet: AA, 48 and 9A. RGB value is (170,72,154). Sum of RGB (Red+Green+Blue) = 170+72+154=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489A is #55B765. Grayscale: #6E6E6E. Windows color (decimal): -5617510 or 10111146. OLE color: 10111146.

HSL color Cylindrical-coordinate representation of color #AA489A: hue angle of 309.8º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA489A is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 154 -
CMYK 0 0.58 0.09 0.33
HSL 309.8º 0.4% 0.47% -
HSV(B) 309.8º 0.58% 0.67% -
XYZ 24.73 15.51 32.26 -
YUV 110.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 170 72 154 0 0.58 0.09 0.33 309.8 0.4 0.47
Hex AA 48 9A 0 3A 9 21 136 28 2F
Octal 252 110 232 0 72 11 41 466 50 57
Binary 10101010 1001000 10011010 0 111010 1001 100001 100110110 101000 101111

Color Harmonies of #AA489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA489A

Black with #AA489A

Text Example


Text Example

White with #AA489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA489A; }

 p { color: rgb(170,72,154); }

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

background-color css

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

 a { background-color: rgb(170,72,154); }

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

border-color css

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

 span { border-color: rgb(170,72,154); }

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