Html Css Color HEX #AA66A1 Violet Blue

📋 copy color: '#AA66A1'

red 170 ◦ green 102 ◦ blue 161

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

Shades of Violet Blue #AA66A1

Tints of Violet Blue #AA66A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 39.26%
G = 23.56%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA66A1 (or 0xAA66A1) is known color: Violet Blue. HEX triplet: AA, 66 and A1. RGB value is (170,102,161). Sum of RGB (Red+Green+Blue) = 170+102+161=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A1 is #55995E. Grayscale: #808080. Windows color (decimal): -5609823 or 10577578. OLE color: 10577578.

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

Color convert

RGB 170 102 161 -
CMYK 0 0.4 0.05 0.33
HSL 307.94º 0.29% 0.53% -
HSV(B) 307.94º 0.4% 0.67% -
XYZ 27.76 20.62 36.24 -
YUV 129.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 170 102 161 0 0.4 0.05 0.33 307.94 0.29 0.53
Hex AA 66 A1 0 28 5 21 134 1D 35
Octal 252 146 241 0 50 5 41 464 35 65
Binary 10101010 1100110 10100001 0 101000 101 100001 100110100 11101 110101

Color Harmonies of #AA66A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66A1

Black with #AA66A1

Text Example


Text Example

White with #AA66A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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