Html Css Color HEX #AA489B Violet Blue

📋 copy color: '#AA489B'

red 170 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #AA489B

Tints of Violet Blue #AA489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 42.82%
G = 18.14%
B = 39.04%

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

#AA489B (or 0xAA489B) is known color: Violet Blue. HEX triplet: AA, 48 and 9B. RGB value is (170,72,155). Sum of RGB (Red+Green+Blue) = 170+72+155=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489B is #55B764. Grayscale: #6E6E6E. Windows color (decimal): -5617509 or 10176682. OLE color: 10176682.

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

Color convert

RGB 170 72 155 -
CMYK 0 0.58 0.09 0.33
HSL 309.18º 0.4% 0.47% -
HSV(B) 309.18º 0.58% 0.67% -
XYZ 24.81 15.55 32.7 -
YUV 110.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 170 72 155 0 0.58 0.09 0.33 309.18 0.4 0.47
Hex AA 48 9B 0 3A 9 21 135 28 2F
Octal 252 110 233 0 72 11 41 465 50 57
Binary 10101010 1001000 10011011 0 111010 1001 100001 100110101 101000 101111

Color Harmonies of #AA489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA489B

Black with #AA489B

Text Example


Text Example

White with #AA489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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