#A1A0CF

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

Shades of Wistful #A1A0CF

Tints of Wistful #A1A0CF

Color information

#A1A0CF (or 0xA1A0CF) is unknown color: approx Wistful. HEX triplet: A1, A0 and CF. RGB value is (161,160,207). Sum of RGB (Red+Green+Blue) = 161+160+207=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0CF is #5E5F30. Grayscale: #A5A5A5. Windows color (decimal): -6184753 or 13607073. OLE color: 13607073.

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

Color convert

RGB161160207-
CMYK0.220.2300.19
HSL241.28º32.87%71.96%-
HSV(B)241.28º22.71%81.18%-
XYZ38.5337.2264.19-
YUV165.66151.33124.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=30.49%
G=30.30%
B=39.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611602070.220.2300.19241.2832.8771.96
HexA1A0CF1617013f12148
Octal241240317262702336141110
Binary1010000110100000110011111011010111010011111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0CF; }

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

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

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

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

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

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

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

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