Html Css Color HEX #AA5CAA Violet Blue

📋 copy color: '#AA5CAA'

red 170 ◦ green 92 ◦ blue 170

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

Shades of Violet Blue #AA5CAA

Tints of Violet Blue #AA5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

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

R = 39.35%
G = 21.3%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5CAA (or 0xAA5CAA) is known color: Violet Blue. HEX triplet: AA, 5C and AA. RGB value is (170,92,170). Sum of RGB (Red+Green+Blue) = 170+92+170=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CAA is #55A355. Grayscale: #7B7B7B. Windows color (decimal): -5612374 or 11164842. OLE color: 11164842.

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

Color convert

RGB 170 92 170 -
CMYK 0 0.46 0 0.33
HSL 300º 0.31% 0.51% -
HSV(B) 300º 0.46% 0.67% -
XYZ 27.66 19.1 40.26 -
YUV 124.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 170 92 170 0 0.46 0 0.33 300 0.31 0.51
Hex AA 5C AA 0 2E 0 21 12C 1F 33
Octal 252 134 252 0 56 0 41 454 37 63
Binary 10101010 1011100 10101010 0 101110 0 100001 100101100 11111 110011

Color Harmonies of #AA5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CAA

Black with #AA5CAA

Text Example


Text Example

White with #AA5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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