#A0A5DC

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

Shades of Wistful #A0A5DC

Tints of Wistful #A0A5DC

Color information

#A0A5DC (or 0xA0A5DC) is unknown color: approx Wistful. HEX triplet: A0, A5 and DC. RGB value is (160,165,220). Sum of RGB (Red+Green+Blue) = 160+165+220=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5DC is #5F5A23. Grayscale: #A9A9A9. Windows color (decimal): -6248996 or 14460320. OLE color: 14460320.

HSL color Cylindrical-coordinate representation of color #A0A5DC: hue angle of 235º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A5DC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160165220-
CMYK0.270.2500.14
HSL235º46.15%74.51%-
HSV(B)235º27.27%86.27%-
XYZ40.8739.5573.19-
YUV169.78156.34121.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=29.36%
G=30.28%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601652200.270.2500.1423546.1574.51
HexA0A5DC1B190Eeb2e4b
Octal240245334333101635356113
Binary101000001010010111011100110111100101110111010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5DC; }

 p { color: rgb(160,165,220); }

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

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

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

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

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

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

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