#A699DE

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

Shades of Wistful #A699DE

Tints of Wistful #A699DE

Color information

#A699DE (or 0xA699DE) is unknown color: approx Wistful. HEX triplet: A6, 99 and DE. RGB value is (166,153,222). Sum of RGB (Red+Green+Blue) = 166+153+222=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A699DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DE is #596621. Grayscale: #A4A4A4. Windows color (decimal): -5858850 or 14588326. OLE color: 14588326.

HSL color Cylindrical-coordinate representation of color #A699DE: hue angle of 251.3º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A699DE is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166153222-
CMYK0.250.3100.13
HSL251.3º51.11%73.53%-
HSV(B)251.3º31.08%87.06%-
XYZ40.336.1673.96-
YUV164.75160.31128.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=30.68%
G=28.28%
B=41.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661532220.250.3100.13251.351.1173.53
HexA699DE191F0Dfb334a
Octal246231336313701537363112
Binary101001101001100111011110110011111101101111110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699DE; }

 p { color: rgb(166,153,222); }

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

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

 a { background-color: rgb(166,153,222); }

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

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

 span { border-color: rgb(166,153,222); }

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