#A5A3DC

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

Shades of Wistful #A5A3DC

Tints of Wistful #A5A3DC

Color information

#A5A3DC (or 0xA5A3DC) is unknown color: approx Wistful. HEX triplet: A5, A3 and DC. RGB value is (165,163,220). Sum of RGB (Red+Green+Blue) = 165+163+220=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 163 (64.06% from 255 or 29.74% 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 #A5A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A3DC is #5A5C23. Grayscale: #A9A9A9. Windows color (decimal): -5921828 or 14459813. OLE color: 14459813.

HSL color Cylindrical-coordinate representation of color #A5A3DC: hue angle of 242.11º 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 #A5A3DC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165163220-
CMYK0.250.2600.14
HSL242.11º44.88%75.1%-
HSV(B)242.11º25.91%86.27%-
XYZ41.5339.3673.12-
YUV170.1156.16124.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651632200.250.2600.14242.1144.8875.1
HexA5A3DC191A0Ef22d4b
Octal245243334313201636255113
Binary101001011010001111011100110011101001110111100101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3DC; }

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

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

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

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

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

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

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

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