#A3A5DC

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

Shades of Wistful #A3A5DC

Tints of Wistful #A3A5DC

Color information

#A3A5DC (or 0xA3A5DC) is unknown color: approx Wistful. HEX triplet: A3, A5 and DC. RGB value is (163,165,220). Sum of RGB (Red+Green+Blue) = 163+165+220=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A5DC is #5C5A23. Grayscale: #AAAAAA. Windows color (decimal): -6052388 or 14460323. OLE color: 14460323.

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

Color convert

RGB163165220-
CMYK0.260.2500.14
HSL237.89º44.88%75.1%-
HSV(B)237.89º25.91%86.27%-
XYZ41.4839.8673.22-
YUV170.67155.84122.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=29.74%
G=30.11%
B=40.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631652200.260.2500.14237.8944.8875.1
HexA3A5DC1A190Eee2d4b
Octal243245334323101635655113
Binary101000111010010111011100110101100101110111011101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A5DC; }

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

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

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

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

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

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

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

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