Html Css Color HEX #AA58AE Violet Blue

📋 copy color: '#AA58AE'

red 170 ◦ green 88 ◦ blue 174

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

Shades of Violet Blue #AA58AE

Tints of Violet Blue #AA58AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 39.35%
G = 20.37%
B = 40.28%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA58AE (or 0xAA58AE) is known color: Violet Blue. HEX triplet: AA, 58 and AE. RGB value is (170,88,174). Sum of RGB (Red+Green+Blue) = 170+88+174=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA58AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58AE is #55A751. Grayscale: #7A7A7A. Windows color (decimal): -5613394 or 11425962. OLE color: 11425962.

HSL color Cylindrical-coordinate representation of color #AA58AE: hue angle of 297.21º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA58AE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 88 174 -
CMYK 0.02 0.49 0 0.32
HSL 297.21º 0.35% 0.51% -
HSV(B) 297.21º 0.49% 0.68% -
XYZ 27.71 18.58 42.17 -
YUV 122.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 170 88 174 0.02 0.49 0 0.32 297.21 0.35 0.51
Hex AA 58 AE 2 31 0 20 129 23 33
Octal 252 130 256 2 61 0 40 451 43 63
Binary 10101010 1011000 10101110 10 110001 0 100000 100101001 100011 110011

Color Harmonies of #AA58AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58AE

Black with #AA58AE

Text Example


Text Example

White with #AA58AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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