Html Css Color HEX #AA489D Violet Blue

📋 copy color: '#AA489D'

red 170 ◦ green 72 ◦ blue 157

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

Shades of Violet Blue #AA489D

Tints of Violet Blue #AA489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 42.61%
G = 18.05%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA489D (or 0xAA489D) is known color: Violet Blue. HEX triplet: AA, 48 and 9D. RGB value is (170,72,157). Sum of RGB (Red+Green+Blue) = 170+72+157=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489D is #55B762. Grayscale: #6E6E6E. Windows color (decimal): -5617507 or 10307754. OLE color: 10307754.

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

Color convert

RGB 170 72 157 -
CMYK 0 0.58 0.08 0.33
HSL 307.96º 0.4% 0.47% -
HSV(B) 307.96º 0.58% 0.67% -
XYZ 24.98 15.62 33.6 -
YUV 110.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 170 72 157 0 0.58 0.08 0.33 307.96 0.4 0.47
Hex AA 48 9D 0 3A 8 21 134 28 2F
Octal 252 110 235 0 72 10 41 464 50 57
Binary 10101010 1001000 10011101 0 111010 1000 100001 100110100 101000 101111

Color Harmonies of #AA489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA489D

Black with #AA489D

Text Example


Text Example

White with #AA489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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