Html Css Color HEX #AA6AAB Violet Blue

📋 copy color: '#AA6AAB'

red 170 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #AA6AAB

Tints of Violet Blue #AA6AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 38.03%
G = 23.71%
B = 38.26%

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

#AA6AAB (or 0xAA6AAB) is known color: Violet Blue. HEX triplet: AA, 6A and AB. RGB value is (170,106,171). Sum of RGB (Red+Green+Blue) = 170+106+171=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAB is #559554. Grayscale: #848484. Windows color (decimal): -5608789 or 11233962. OLE color: 11233962.

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

Color convert

RGB 170 106 171 -
CMYK 0.01 0.38 0 0.33
HSL 299.08º 0.28% 0.54% -
HSV(B) 299.08º 0.38% 0.67% -
XYZ 29.08 21.79 41.2 -
YUV 132.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 170 106 171 0.01 0.38 0 0.33 299.08 0.28 0.54
Hex AA 6A AB 1 26 0 21 12B 1C 36
Octal 252 152 253 1 46 0 41 453 34 66
Binary 10101010 1101010 10101011 1 100110 0 100001 100101011 11100 110110

Color Harmonies of #AA6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AAB

Black with #AA6AAB

Text Example


Text Example

White with #AA6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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