#A0A1DD

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

Shades of Wistful #A0A1DD

Tints of Wistful #A0A1DD

Color information

#A0A1DD (or 0xA0A1DD) is unknown color: approx Wistful. HEX triplet: A0, A1 and DD. RGB value is (160,161,221). Sum of RGB (Red+Green+Blue) = 160+161+221=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A1DD is #5F5E22. Grayscale: #A7A7A7. Windows color (decimal): -6250019 or 14524832. OLE color: 14524832.

HSL color Cylindrical-coordinate representation of color #A0A1DD: hue angle of 239.02º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0A1DD is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160161221-
CMYK0.280.2700.13
HSL239.02º47.29%74.71%-
HSV(B)239.02º27.6%86.67%-
XYZ40.2938.1873.65-
YUV167.54158.17122.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=29.52%
G=29.70%
B=40.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601612210.280.2700.13239.0247.2974.71
HexA0A1DD1C1B0Def2f4b
Octal240241335343301535757113
Binary101000001010000111011101111001101101101111011111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A1DD; }

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

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

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

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

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

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

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

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