#A0A0DD

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

Shades of Wistful #A0A0DD

Tints of Wistful #A0A0DD

Color information

#A0A0DD (or 0xA0A0DD) is unknown color: approx Wistful. HEX triplet: A0, A0 and DD. RGB value is (160,160,221). Sum of RGB (Red+Green+Blue) = 160+160+221=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A0DD is #5F5F22. Grayscale: #A6A6A6. Windows color (decimal): -6250275 or 14524576. OLE color: 14524576.

HSL color Cylindrical-coordinate representation of color #A0A0DD: hue angle of 240º 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 #A0A0DD is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160160221-
CMYK0.280.2800.13
HSL240º47.29%74.71%-
HSV(B)240º27.6%86.67%-
XYZ40.1237.8473.6-
YUV166.95158.5123.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=29.57%
G=29.57%
B=40.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601602210.280.2800.1324047.2974.71
HexA0A0DD1C1C0Df02f4b
Octal240240335343401536057113
Binary101000001010000011011101111001110001101111100001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A0DD; }

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

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

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

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

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

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

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

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