Html Css Color HEX #AA6AAE Violet Blue

📋 copy color: '#AA6AAE'

red 170 ◦ green 106 ◦ blue 174

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

Shades of Violet Blue #AA6AAE

Tints of Violet Blue #AA6AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 37.78%
G = 23.56%
B = 38.67%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA6AAE (or 0xAA6AAE) is known color: Violet Blue. HEX triplet: AA, 6A and AE. RGB value is (170,106,174). Sum of RGB (Red+Green+Blue) = 170+106+174=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAE is #559551. Grayscale: #848484. Windows color (decimal): -5608786 or 11430570. OLE color: 11430570.

HSL color Cylindrical-coordinate representation of color #AA6AAE: hue angle of 296.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6AAE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 106 174 -
CMYK 0.02 0.39 0 0.32
HSL 296.47º 0.3% 0.55% -
HSV(B) 296.47º 0.39% 0.68% -
XYZ 29.37 21.91 42.73 -
YUV 132.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 170 106 174 0.02 0.39 0 0.32 296.47 0.3 0.55
Hex AA 6A AE 2 27 0 20 128 1E 37
Octal 252 152 256 2 47 0 40 450 36 67
Binary 10101010 1101010 10101110 10 100111 0 100000 100101000 11110 110111

Color Harmonies of #AA6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AAE

Black with #AA6AAE

Text Example


Text Example

White with #AA6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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