#A69DCD

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

Shades of Wistful #A69DCD

Tints of Wistful #A69DCD

Color information

#A69DCD (or 0xA69DCD) is unknown color: approx Wistful. HEX triplet: A6, 9D and CD. RGB value is (166,157,205). Sum of RGB (Red+Green+Blue) = 166+157+205=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A69DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DCD is #596232. Grayscale: #A4A4A4. Windows color (decimal): -5857843 or 13475238. OLE color: 13475238.

HSL color Cylindrical-coordinate representation of color #A69DCD: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69DCD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166157205-
CMYK0.190.2300.20
HSL251.25º32.43%70.98%-
HSV(B)251.25º23.41%80.39%-
XYZ38.836.6362.78-
YUV165.16150.48128.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=31.44%
G=29.73%
B=38.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661572050.190.2300.20251.2532.4370.98
HexA69DCD1317014fb2047
Octal246235315232702437340107
Binary1010011010011101110011011001110111010100111110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DCD; }

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

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

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

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

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

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

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

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