Html Css Color HEX #AAA1CC Wistful

📋 copy color: '#AAA1CC'

red 170 ◦ green 161 ◦ blue 204

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

Shades of Wistful #AAA1CC

Tints of Wistful #AAA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.09%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 31.78%
G = 30.09%
B = 38.13%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAA1CC (or 0xAAA1CC) is known color: Wistful. HEX triplet: AA, A1 and CC. RGB value is (170,161,204). Sum of RGB (Red+Green+Blue) = 170+161+204=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1CC is #555E33. Grayscale: #A8A8A8. Windows color (decimal): -5594676 or 13410730. OLE color: 13410730.

HSL color Cylindrical-coordinate representation of color #AAA1CC: hue angle of 252.56º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA1CC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 161 204 -
CMYK 0.17 0.21 0 0.2
HSL 252.56º 0.3% 0.72% -
HSV(B) 252.56º 0.21% 0.8% -
XYZ 40.22 38.4 62.42 -
YUV 168.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 170 161 204 0.17 0.21 0 0.2 252.56 0.3 0.72
Hex AA A1 CC 11 15 0 14 FD 1E 48
Octal 252 241 314 21 25 0 24 375 36 110
Binary 10101010 10100001 11001100 10001 10101 0 10100 11111101 11110 1001000

Color Harmonies of #AAA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA1CC

Black with #AAA1CC

Text Example


Text Example

White with #AAA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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