Html Css Color HEX #AA55AA Violet Blue

📋 copy color: '#AA55AA'

red 170 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #AA55AA

Tints of Violet Blue #AA55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA55AA (or 0xAA55AA) is known color: Violet Blue. HEX triplet: AA, 55 and AA. RGB value is (170,85,170). Sum of RGB (Red+Green+Blue) = 170+85+170=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55AA is #55AA55. Grayscale: #777777. Windows color (decimal): -5614166 or 11163050. OLE color: 11163050.

HSL color Cylindrical-coordinate representation of color #AA55AA: 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.5%. Process color model (Four color, CMYK) of #AA55AA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 170 -
CMYK 0 0.50 0 0.33
HSL 300º 0.33% 0.5% -
HSV(B) 300º 0.5% 0.67% -
XYZ 27.08 17.95 40.07 -
YUV 120.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 170 85 170 0 0.50 0 0.33 300 0.33 0.5
Hex AA 55 AA 0 32 0 21 12C 21 32
Octal 252 125 252 0 62 0 41 454 41 62
Binary 10101010 1010101 10101010 0 110010 0 100001 100101100 100001 110010

Color Harmonies of #AA55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55AA

Black with #AA55AA

Text Example


Text Example

White with #AA55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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