#AAA4CF

Color #AAA4CF Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #AAA4CF

Tints of Wistful #AAA4CF

Color information

#AAA4CF (or 0xAAA4CF) is unknown color: approx Wistful. HEX triplet: AA, A4 and CF. RGB value is (170,164,207). Sum of RGB (Red+Green+Blue) = 170+164+207=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4CF is #555B30. Grayscale: #AAAAAA. Windows color (decimal): -5593905 or 13608106. OLE color: 13608106.

HSL color Cylindrical-coordinate representation of color #AAA4CF: hue angle of 248.37º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA4CF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170164207-
CMYK0.180.2100.19
HSL248.37º30.94%72.75%-
HSV(B)248.37º20.77%81.18%-
XYZ41.1239.664.51-
YUV170.7148.49127.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=31.42%
G=30.31%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701642070.180.2100.19248.3730.9472.75
HexAAA4CF1215013f81f49
Octal252244317222502337037111
Binary101010101010010011001111100101010101001111111000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4CF; }

 p { color: rgb(170,164,207); }

 H1.HeaderClassName
 {
   color: #AAA4CF;
 }
 .AnyTagClassName
 {
   color: #AAA4CF;
 }
</style>
background-color css

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

 a { background-color: rgb(170,164,207); }

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

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

 span { border-color: rgb(170,164,207); }

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