#A8A4D3

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

Shades of Wistful #A8A4D3

Tints of Wistful #A8A4D3

Color information

#A8A4D3 (or 0xA8A4D3) is unknown color: approx Wistful. HEX triplet: A8, A4 and D3. RGB value is (168,164,211). Sum of RGB (Red+Green+Blue) = 168+164+211=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #A8A4D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4D3 is #575B2C. Grayscale: #AAAAAA. Windows color (decimal): -5724973 or 13870248. OLE color: 13870248.

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

Color convert

RGB168164211-
CMYK0.200.2200.17
HSL245.11º34.81%73.53%-
HSV(B)245.11º22.27%82.75%-
XYZ41.1839.5867.1-
YUV170.55150.83126.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 211 (82.81% from 255) = 38.86%
R=30.94%
G=30.20%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681642110.200.2200.17245.1134.8173.53
HexA8A4D31416011f5234a
Octal250244323242602136543112
Binary1010100010100100110100111010010110010001111101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4D3; }

 p { color: rgb(168,164,211); }

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

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

 a { background-color: rgb(168,164,211); }

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

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

 span { border-color: rgb(168,164,211); }

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