#A8A4CF

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

Shades of Wistful #A8A4CF

Tints of Wistful #A8A4CF

Color information

#A8A4CF (or 0xA8A4CF) is unknown color: approx Wistful. HEX triplet: A8, A4 and CF. RGB value is (168,164,207). Sum of RGB (Red+Green+Blue) = 168+164+207=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4CF is #575B30. Grayscale: #A9A9A9. Windows color (decimal): -5724977 or 13608104. OLE color: 13608104.

HSL color Cylindrical-coordinate representation of color #A8A4CF: hue angle of 245.58º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A4CF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168164207-
CMYK0.190.2100.19
HSL245.58º30.94%72.75%-
HSV(B)245.58º20.77%81.18%-
XYZ40.6939.3864.49-
YUV170.1148.83126.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=31.17%
G=30.43%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681642070.190.2100.19245.5830.9472.75
HexA8A4CF1315013f61f49
Octal250244317232502336637111
Binary101010001010010011001111100111010101001111110110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4CF; }

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

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

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

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

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

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

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

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