#A4A7DD

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

Shades of Wistful #A4A7DD

Tints of Wistful #A4A7DD

Color information

#A4A7DD (or 0xA4A7DD) is unknown color: approx Wistful. HEX triplet: A4, A7 and DD. RGB value is (164,167,221). Sum of RGB (Red+Green+Blue) = 164+167+221=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7DD is #5B5822. Grayscale: #ACACAC. Windows color (decimal): -5986339 or 14526372. OLE color: 14526372.

HSL color Cylindrical-coordinate representation of color #A4A7DD: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4A7DD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164167221-
CMYK0.260.2400.13
HSL236.84º45.6%75.49%-
HSV(B)236.84º25.79%86.67%-
XYZ42.1840.7574.05-
YUV172.26155.51122.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.71%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=29.71%
G=30.25%
B=40.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641672210.260.2400.13236.8445.675.49
HexA4A7DD1A180Ded2e4b
Octal244247335323001535556113
Binary101001001010011111011101110101100001101111011011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7DD; }

 p { color: rgb(164,167,221); }

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

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

 a { background-color: rgb(164,167,221); }

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

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

 span { border-color: rgb(164,167,221); }

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