Html Css Color HEX #AA66AD Violet Blue

📋 copy color: '#AA66AD'

red 170 ◦ green 102 ◦ blue 173

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

Shades of Violet Blue #AA66AD

Tints of Violet Blue #AA66AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 38.2%
G = 22.92%
B = 38.88%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA66AD (or 0xAA66AD) is known color: Violet Blue. HEX triplet: AA, 66 and AD. RGB value is (170,102,173). Sum of RGB (Red+Green+Blue) = 170+102+173=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA66AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66AD is #559952. Grayscale: #828282. Windows color (decimal): -5609811 or 11364010. OLE color: 11364010.

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

Color convert

RGB 170 102 173 -
CMYK 0.02 0.41 0 0.32
HSL 297.46º 0.3% 0.54% -
HSV(B) 297.46º 0.41% 0.68% -
XYZ 28.87 21.07 42.08 -
YUV 130.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 170 102 173 0.02 0.41 0 0.32 297.46 0.3 0.54
Hex AA 66 AD 2 29 0 20 129 1E 36
Octal 252 146 255 2 51 0 40 451 36 66
Binary 10101010 1100110 10101101 10 101001 0 100000 100101001 11110 110110

Color Harmonies of #AA66AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66AD

Black with #AA66AD

Text Example


Text Example

White with #AA66AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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