#A69ED2

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

Shades of Wistful #A69ED2

Tints of Wistful #A69ED2

Color information

#A69ED2 (or 0xA69ED2) is unknown color: approx Wistful. HEX triplet: A6, 9E and D2. RGB value is (166,158,210). Sum of RGB (Red+Green+Blue) = 166+158+210=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #A69ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ED2 is #59612D. Grayscale: #A6A6A6. Windows color (decimal): -5857582 or 13803174. OLE color: 13803174.

HSL color Cylindrical-coordinate representation of color #A69ED2: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A69ED2 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166158210-
CMYK0.210.2500.18
HSL249.23º36.62%72.16%-
HSV(B)249.23º24.76%82.35%-
XYZ39.5937.2166.07-
YUV166.32152.65127.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=31.09%
G=29.59%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661582100.210.2500.18249.2336.6272.16
HexA69ED21519012f92548
Octal246236322253102237145110
Binary1010011010011110110100101010111001010010111110011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ED2; }

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

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

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

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

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

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

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

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