#A8A0CF

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

Shades of Wistful #A8A0CF

Tints of Wistful #A8A0CF

Color information

#A8A0CF (or 0xA8A0CF) is unknown color: approx Wistful. HEX triplet: A8, A0 and CF. RGB value is (168,160,207). Sum of RGB (Red+Green+Blue) = 168+160+207=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0CF is #575F30. Grayscale: #A7A7A7. Windows color (decimal): -5726001 or 13607080. OLE color: 13607080.

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

Color convert

RGB168160207-
CMYK0.190.2300.19
HSL250.21º32.87%71.96%-
HSV(B)250.21º22.71%81.18%-
XYZ39.9837.9764.25-
YUV167.75150.15128.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=31.40%
G=29.91%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681602070.190.2300.19250.2132.8771.96
HexA8A0CF1317013fa2148
Octal250240317232702337241110
Binary1010100010100000110011111001110111010011111110101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0CF; }

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

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

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

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

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

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

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

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