#A4A7D4

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

Shades of Wistful #A4A7D4

Tints of Wistful #A4A7D4

Color information

#A4A7D4 (or 0xA4A7D4) is unknown color: approx Wistful. HEX triplet: A4, A7 and D4. RGB value is (164,167,212). Sum of RGB (Red+Green+Blue) = 164+167+212=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #A4A7D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7D4 is #5B582B. Grayscale: #ABABAB. Windows color (decimal): -5986348 or 13936548. OLE color: 13936548.

HSL color Cylindrical-coordinate representation of color #A4A7D4: hue angle of 236.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A7D4 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164167212-
CMYK0.230.2100.17
HSL236.25º35.82%73.73%-
HSV(B)236.25º22.64%83.14%-
XYZ41.0140.2867.9-
YUV171.23151.01122.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=30.20%
G=30.76%
B=39.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641672120.230.2100.17236.2535.8273.73
HexA4A7D41715011ec244a
Octal244247324272502135444112
Binary1010010010100111110101001011110101010001111011001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7D4; }

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

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

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

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

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

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

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

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