#A8A0F0

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

Shades of Wistful #A8A0F0

Tints of Wistful #A8A0F0

Color information

#A8A0F0 (or 0xA8A0F0) is unknown color: approx Wistful. HEX triplet: A8, A0 and F0. RGB value is (168,160,240). Sum of RGB (Red+Green+Blue) = 168+160+240=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8A0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A0F0 is #575F0F. Grayscale: #ABABAB. Windows color (decimal): -5725968 or 15769768. OLE color: 15769768.

HSL color Cylindrical-coordinate representation of color #A8A0F0: hue angle of 246º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8A0F0 is Cyan = 0.3, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168160240-
CMYK0.30.3300.06
HSL246º72.73%78.43%-
HSV(B)246º33.33%94.12%-
XYZ44.4539.7687.77-
YUV171.51166.65125.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.58%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=29.58%
G=28.17%
B=42.25%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681602400.30.3300.0624672.7378.43
HexA8A0F01E2106f6494e
Octal250240360364106366111116
Binary1010100010100000111100001111010000101101111011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0F0; }

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

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

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

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

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

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

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

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