Html Css Color HEX #AA58AB Violet Blue

📋 copy color: '#AA58AB'

red 170 ◦ green 88 ◦ blue 171

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

Shades of Violet Blue #AA58AB

Tints of Violet Blue #AA58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 39.63%
G = 20.51%
B = 39.86%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA58AB (or 0xAA58AB) is known color: Violet Blue. HEX triplet: AA, 58 and AB. RGB value is (170,88,171). Sum of RGB (Red+Green+Blue) = 170+88+171=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58AB is #55A754. Grayscale: #797979. Windows color (decimal): -5613397 or 11229354. OLE color: 11229354.

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

Color convert

RGB 170 88 171 -
CMYK 0.01 0.49 0 0.33
HSL 299.28º 0.33% 0.51% -
HSV(B) 299.28º 0.49% 0.67% -
XYZ 27.42 18.47 40.65 -
YUV 121.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 170 88 171 0.01 0.49 0 0.33 299.28 0.33 0.51
Hex AA 58 AB 1 31 0 21 12B 21 33
Octal 252 130 253 1 61 0 41 453 41 63
Binary 10101010 1011000 10101011 1 110001 0 100001 100101011 100001 110011

Color Harmonies of #AA58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58AB

Black with #AA58AB

Text Example


Text Example

White with #AA58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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