#A1A1CE

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

Shades of Wistful #A1A1CE

Tints of Wistful #A1A1CE

Color information

#A1A1CE (or 0xA1A1CE) is unknown color: approx Wistful. HEX triplet: A1, A1 and CE. RGB value is (161,161,206). Sum of RGB (Red+Green+Blue) = 161+161+206=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A1CE is #5E5E31. Grayscale: #A5A5A5. Windows color (decimal): -6184498 or 13541793. OLE color: 13541793.

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

Color convert

RGB161161206-
CMYK0.220.2200.19
HSL240º31.47%71.96%-
HSV(B)240º21.84%80.78%-
XYZ38.5837.5263.6-
YUV166.13150.5124.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=30.49%
G=30.49%
B=39.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611612060.220.2200.1924031.4771.96
HexA1A1CE1616013f01f48
Octal241241316262602336037110
Binary101000011010000111001110101101011001001111110000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A1CE; }

 p { color: rgb(161,161,206); }

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

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

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

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

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

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

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