#A1A0E4

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

Shades of Wistful #A1A0E4

Tints of Wistful #A1A0E4

Color information

#A1A0E4 (or 0xA1A0E4) is unknown color: approx Wistful. HEX triplet: A1, A0 and E4. RGB value is (161,160,228). Sum of RGB (Red+Green+Blue) = 161+160+228=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1A0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0E4 is #5E5F1B. Grayscale: #A7A7A7. Windows color (decimal): -6184732 or 14983329. OLE color: 14983329.

HSL color Cylindrical-coordinate representation of color #A1A0E4: hue angle of 240.88º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1A0E4 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161160228-
CMYK0.290.3000.11
HSL240.88º55.74%76.08%-
HSV(B)240.88º29.82%89.41%-
XYZ41.2738.3278.62-
YUV168.05161.83122.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 228 (89.45% from 255) = 41.53%
R=29.33%
G=29.14%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611602280.290.3000.11240.8855.7476.08
HexA1A0E41D1E0Bf1384c
Octal241240344353601336170114
Binary101000011010000011100100111011111001011111100011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0E4; }

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

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

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

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

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

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

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

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