#A4A1D5

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

Shades of Wistful #A4A1D5

Tints of Wistful #A4A1D5

Color information

#A4A1D5 (or 0xA4A1D5) is unknown color: approx Wistful. HEX triplet: A4, A1 and D5. RGB value is (164,161,213). Sum of RGB (Red+Green+Blue) = 164+161+213=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #A4A1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1D5 is #5B5E2A. Grayscale: #A7A7A7. Windows color (decimal): -5987883 or 14000548. OLE color: 14000548.

HSL color Cylindrical-coordinate representation of color #A4A1D5: hue angle of 243.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4A1D5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164161213-
CMYK0.230.2400.16
HSL243.46º38.24%73.33%-
HSV(B)243.46º24.41%83.53%-
XYZ40.0638.1968.21-
YUV167.82153.49125.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=30.48%
G=29.93%
B=39.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641612130.230.2400.16243.4638.2473.33
HexA4A1D51718010f32649
Octal244241325273002036346111
Binary1010010010100001110101011011111000010000111100111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1D5; }

 p { color: rgb(164,161,213); }

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

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

 a { background-color: rgb(164,161,213); }

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

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

 span { border-color: rgb(164,161,213); }

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