#A0A1CE

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

Shades of Wistful #A0A1CE

Tints of Wistful #A0A1CE

Color information

#A0A1CE (or 0xA0A1CE) is unknown color: approx Wistful. HEX triplet: A0, A1 and CE. RGB value is (160,161,206). Sum of RGB (Red+Green+Blue) = 160+161+206=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A1CE is #5F5E31. Grayscale: #A5A5A5. Windows color (decimal): -6250034 or 13541792. OLE color: 13541792.

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

Color convert

RGB160161206-
CMYK0.220.2200.19
HSL238.7º31.94%71.76%-
HSV(B)238.7º22.33%80.78%-
XYZ38.3837.4263.59-
YUV165.83150.67123.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=30.36%
G=30.55%
B=39.09%

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
Decimal1601612060.220.2200.19238.731.9471.76
HexA0A1CE1616013ef2048
Octal240241316262602335740110
Binary1010000010100001110011101011010110010011111011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A1CE; }

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

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

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

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

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

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

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

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