#A69EEC

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

Shades of Wistful #A69EEC

Tints of Wistful #A69EEC

Color information

#A69EEC (or 0xA69EEC) is unknown color: approx Wistful. HEX triplet: A6, 9E and EC. RGB value is (166,158,236). Sum of RGB (Red+Green+Blue) = 166+158+236=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A69EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EEC is #596113. Grayscale: #A8A8A8. Windows color (decimal): -5857556 or 15507110. OLE color: 15507110.

HSL color Cylindrical-coordinate representation of color #A69EEC: hue angle of 246.15º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69EEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166158236-
CMYK0.300.3300.07
HSL246.15º67.24%77.25%-
HSV(B)246.15º33.05%92.55%-
XYZ43.0938.6284.54-
YUV169.28165.65125.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=29.64%
G=28.21%
B=42.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661582360.300.3300.07246.1567.2477.25
HexA69EEC1E2107f6434d
Octal246236354364107366103115
Binary1010011010011110111011001111010000101111111011010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EEC; }

 p { color: rgb(166,158,236); }

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

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

 a { background-color: rgb(166,158,236); }

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

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

 span { border-color: rgb(166,158,236); }

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