#A1A4CE

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

Shades of Wistful #A1A4CE

Tints of Wistful #A1A4CE

Color information

#A1A4CE (or 0xA1A4CE) is unknown color: approx Wistful. HEX triplet: A1, A4 and CE. RGB value is (161,164,206). Sum of RGB (Red+Green+Blue) = 161+164+206=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4CE is #5E5B31. Grayscale: #A7A7A7. Windows color (decimal): -6183730 or 13542561. OLE color: 13542561.

HSL color Cylindrical-coordinate representation of color #A1A4CE: hue angle of 236º 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 #A1A4CE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161164206-
CMYK0.220.2000.19
HSL236º31.47%71.96%-
HSV(B)236º21.84%80.78%-
XYZ39.1138.5863.78-
YUV167.89149.51123.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=30.32%
G=30.89%
B=38.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611642060.220.2000.1923631.4771.96
HexA1A4CE1614013ec1f48
Octal241244316262402335437110
Binary101000011010010011001110101101010001001111101100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4CE; }

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

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

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

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

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

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

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

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