#A8A1CC

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

Shades of Wistful #A8A1CC

Tints of Wistful #A8A1CC

Color information

#A8A1CC (or 0xA8A1CC) is unknown color: approx Wistful. HEX triplet: A8, A1 and CC. RGB value is (168,161,204). Sum of RGB (Red+Green+Blue) = 168+161+204=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1CC is #575E33. Grayscale: #A7A7A7. Windows color (decimal): -5725748 or 13410728. OLE color: 13410728.

HSL color Cylindrical-coordinate representation of color #A8A1CC: hue angle of 249.77º 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 #A8A1CC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168161204-
CMYK0.180.2100.2
HSL249.77º29.66%71.57%-
HSV(B)249.77º21.08%80%-
XYZ39.7938.1762.4-
YUV167.99148.32128-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=31.52%
G=30.21%
B=38.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681612040.180.2100.2249.7729.6671.57
HexA8A1CC1215014fa1e48
Octal250241314222502437236110
Binary101010001010000111001100100101010101010011111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1CC; }

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

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

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

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

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

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

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

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