Html Css Color HEX #AA589F Violet Blue

📋 copy color: '#AA589F'

red 170 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #AA589F

Tints of Violet Blue #AA589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 40.77%
G = 21.1%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA589F (or 0xAA589F) is known color: Violet Blue. HEX triplet: AA, 58 and 9F. RGB value is (170,88,159). Sum of RGB (Red+Green+Blue) = 170+88+159=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA589F is #55A760. Grayscale: #787878. Windows color (decimal): -5613409 or 10442922. OLE color: 10442922.

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

Color convert

RGB 170 88 159 -
CMYK 0 0.48 0.06 0.33
HSL 308.05º 0.33% 0.51% -
HSV(B) 308.05º 0.48% 0.67% -
XYZ 26.33 18.03 34.89 -
YUV 120.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 170 88 159 0 0.48 0.06 0.33 308.05 0.33 0.51
Hex AA 58 9F 0 30 6 21 134 21 33
Octal 252 130 237 0 60 6 41 464 41 63
Binary 10101010 1011000 10011111 0 110000 110 100001 100110100 100001 110011

Color Harmonies of #AA589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA589F

Black with #AA589F

Text Example


Text Example

White with #AA589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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