#A69DD0

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

Shades of Wistful #A69DD0

Tints of Wistful #A69DD0

Color information

#A69DD0 (or 0xA69DD0) is unknown color: approx Wistful. HEX triplet: A6, 9D and D0. RGB value is (166,157,208). Sum of RGB (Red+Green+Blue) = 166+157+208=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #A69DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DD0 is #59622F. Grayscale: #A5A5A5. Windows color (decimal): -5857840 or 13671846. OLE color: 13671846.

HSL color Cylindrical-coordinate representation of color #A69DD0: hue angle of 250.59º degrees, saturation: 0.35, 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 #A69DD0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166157208-
CMYK0.200.2500.18
HSL250.59º35.17%71.57%-
HSV(B)250.59º24.52%81.57%-
XYZ39.1736.7864.71-
YUV165.5151.98128.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=31.26%
G=29.57%
B=39.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661572080.200.2500.18250.5935.1771.57
HexA69DD01419012fb2348
Octal246235320243102237343110
Binary1010011010011101110100001010011001010010111110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DD0; }

 p { color: rgb(166,157,208); }

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

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

 a { background-color: rgb(166,157,208); }

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

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

 span { border-color: rgb(166,157,208); }

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