#A1A0C4

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

Shades of Wistful #A1A0C4

Tints of Wistful #A1A0C4

Color information

#A1A0C4 (or 0xA1A0C4) is unknown color: approx Wistful. HEX triplet: A1, A0 and C4. RGB value is (161,160,196). Sum of RGB (Red+Green+Blue) = 161+160+196=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #A1A0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0C4 is #5E5F3B. Grayscale: #A4A4A4. Windows color (decimal): -6184764 or 12886177. OLE color: 12886177.

HSL color Cylindrical-coordinate representation of color #A1A0C4: hue angle of 241.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1A0C4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161160196-
CMYK0.180.1800.23
HSL241.67º23.38%69.8%-
HSV(B)241.67º18.37%76.86%-
XYZ37.2336.757.35-
YUV164.4145.83125.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=31.14%
G=30.95%
B=37.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611601960.180.1800.23241.6723.3869.8
HexA1A0C41212017f21746
Octal241240304222202736227106
Binary101000011010000011000100100101001001011111110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0C4; }

 p { color: rgb(161,160,196); }

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

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

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

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

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

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

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