#A8A3CF

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

Shades of Wistful #A8A3CF

Tints of Wistful #A8A3CF

Color information

#A8A3CF (or 0xA8A3CF) is unknown color: approx Wistful. HEX triplet: A8, A3 and CF. RGB value is (168,163,207). Sum of RGB (Red+Green+Blue) = 168+163+207=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3CF is #575C30. Grayscale: #A9A9A9. Windows color (decimal): -5725233 or 13607848. OLE color: 13607848.

HSL color Cylindrical-coordinate representation of color #A8A3CF: hue angle of 246.82º 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 #A8A3CF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168163207-
CMYK0.190.2100.19
HSL246.82º31.43%72.55%-
HSV(B)246.82º21.26%81.18%-
XYZ40.5139.0264.43-
YUV169.51149.16126.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=31.23%
G=30.30%
B=38.48%

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
Decimal1681632070.190.2100.19246.8231.4372.55
HexA8A3CF1315013f71f49
Octal250243317232502336737111
Binary101010001010001111001111100111010101001111110111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A3CF; }

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

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

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

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

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

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

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

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