#A5A1DC

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

Shades of Wistful #A5A1DC

Tints of Wistful #A5A1DC

Color information

#A5A1DC (or 0xA5A1DC) is unknown color: approx Wistful. HEX triplet: A5, A1 and DC. RGB value is (165,161,220). Sum of RGB (Red+Green+Blue) = 165+161+220=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1DC is #5A5E23. Grayscale: #A8A8A8. Windows color (decimal): -5922340 or 14459301. OLE color: 14459301.

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

Color convert

RGB165161220-
CMYK0.250.2700.14
HSL244.07º45.74%74.71%-
HSV(B)244.07º26.82%86.27%-
XYZ41.1838.6673-
YUV168.92156.83125.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=30.22%
G=29.49%
B=40.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651612200.250.2700.14244.0745.7474.71
HexA5A1DC191B0Ef42e4b
Octal245241334313301636456113
Binary101001011010000111011100110011101101110111101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A1DC; }

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

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

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

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

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

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

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

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