Html Css Color HEX #AA56AA Violet Blue

📋 copy color: '#AA56AA'

red 170 ◦ green 86 ◦ blue 170

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

Shades of Violet Blue #AA56AA

Tints of Violet Blue #AA56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 39.91%
G = 20.19%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA56AA (or 0xAA56AA) is known color: Violet Blue. HEX triplet: AA, 56 and AA. RGB value is (170,86,170). Sum of RGB (Red+Green+Blue) = 170+86+170=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA56AA is #55A955. Grayscale: #787878. Windows color (decimal): -5613910 or 11163306. OLE color: 11163306.

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

Color convert

RGB 170 86 170 -
CMYK 0 0.49 0 0.33
HSL 300º 0.33% 0.5% -
HSV(B) 300º 0.49% 0.67% -
XYZ 27.16 18.1 40.09 -
YUV 120.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 170 86 170 0 0.49 0 0.33 300 0.33 0.5
Hex AA 56 AA 0 31 0 21 12C 21 32
Octal 252 126 252 0 61 0 41 454 41 62
Binary 10101010 1010110 10101010 0 110001 0 100001 100101100 100001 110010

Color Harmonies of #AA56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56AA

Black with #AA56AA

Text Example


Text Example

White with #AA56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56AA; }

 p { color: rgb(170,86,170); }

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

background-color css

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

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

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

border-color css

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

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

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