Html Css Color HEX #AA6AAC Violet Blue

📋 copy color: '#AA6AAC'

red 170 ◦ green 106 ◦ blue 172

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

Shades of Violet Blue #AA6AAC

Tints of Violet Blue #AA6AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.66%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 37.95%
G = 23.66%
B = 38.39%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA6AAC (or 0xAA6AAC) is known color: Violet Blue. HEX triplet: AA, 6A and AC. RGB value is (170,106,172). Sum of RGB (Red+Green+Blue) = 170+106+172=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAC is #559553. Grayscale: #848484. Windows color (decimal): -5608788 or 11299498. OLE color: 11299498.

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

Color convert

RGB 170 106 172 -
CMYK 0.01 0.38 0 0.33
HSL 298.18º 0.28% 0.55% -
HSV(B) 298.18º 0.38% 0.67% -
XYZ 29.18 21.83 41.71 -
YUV 132.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 170 106 172 0.01 0.38 0 0.33 298.18 0.28 0.55
Hex AA 6A AC 1 26 0 21 12A 1C 37
Octal 252 152 254 1 46 0 41 452 34 67
Binary 10101010 1101010 10101100 1 100110 0 100001 100101010 11100 110111

Color Harmonies of #AA6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AAC

Black with #AA6AAC

Text Example


Text Example

White with #AA6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AAC; }

 p { color: rgb(170,106,172); }

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

background-color css

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

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

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

border-color css

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

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

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