Html Css Color HEX #AA589D Violet Blue

📋 copy color: '#AA589D'

red 170 ◦ green 88 ◦ blue 157

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

Shades of Violet Blue #AA589D

Tints of Violet Blue #AA589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 40.96%
G = 21.2%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA589D (or 0xAA589D) is known color: Violet Blue. HEX triplet: AA, 58 and 9D. RGB value is (170,88,157). Sum of RGB (Red+Green+Blue) = 170+88+157=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA589D is #55A762. Grayscale: #787878. Windows color (decimal): -5613411 or 10311850. OLE color: 10311850.

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

Color convert

RGB 170 88 157 -
CMYK 0 0.48 0.08 0.33
HSL 309.51º 0.33% 0.51% -
HSV(B) 309.51º 0.48% 0.67% -
XYZ 26.15 17.96 33.99 -
YUV 120.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 170 88 157 0 0.48 0.08 0.33 309.51 0.33 0.51
Hex AA 58 9D 0 30 8 21 136 21 33
Octal 252 130 235 0 60 10 41 466 41 63
Binary 10101010 1011000 10011101 0 110000 1000 100001 100110110 100001 110011

Color Harmonies of #AA589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA589D

Black with #AA589D

Text Example


Text Example

White with #AA589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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