Html Css Color HEX #AA66AB Violet Blue

📋 copy color: '#AA66AB'

red 170 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #AA66AB

Tints of Violet Blue #AA66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

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

R = 38.37%
G = 23.02%
B = 38.6%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA66AB (or 0xAA66AB) is known color: Violet Blue. HEX triplet: AA, 66 and AB. RGB value is (170,102,171). Sum of RGB (Red+Green+Blue) = 170+102+171=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66AB is #559954. Grayscale: #818181. Windows color (decimal): -5609813 or 11232938. OLE color: 11232938.

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

Color convert

RGB 170 102 171 -
CMYK 0.01 0.40 0 0.33
HSL 299.13º 0.29% 0.54% -
HSV(B) 299.13º 0.4% 0.67% -
XYZ 28.68 20.99 41.07 -
YUV 130.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 170 102 171 0.01 0.40 0 0.33 299.13 0.29 0.54
Hex AA 66 AB 1 28 0 21 12B 1D 36
Octal 252 146 253 1 50 0 41 453 35 66
Binary 10101010 1100110 10101011 1 101000 0 100001 100101011 11101 110110

Color Harmonies of #AA66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66AB

Black with #AA66AB

Text Example


Text Example

White with #AA66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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