#A69DCB

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

Shades of Wistful #A69DCB

Tints of Wistful #A69DCB

Color information

#A69DCB (or 0xA69DCB) is unknown color: approx Wistful. HEX triplet: A6, 9D and CB. RGB value is (166,157,203). Sum of RGB (Red+Green+Blue) = 166+157+203=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DCB is #596234. Grayscale: #A4A4A4. Windows color (decimal): -5857845 or 13344166. OLE color: 13344166.

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

Color convert

RGB166157203-
CMYK0.180.2300.20
HSL251.74º30.67%70.59%-
HSV(B)251.74º22.66%79.61%-
XYZ38.5636.5361.52-
YUV164.94149.48128.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=31.56%
G=29.85%
B=38.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661572030.180.2300.20251.7430.6770.59
HexA69DCB1217014fc1f47
Octal246235313222702437437107
Binary101001101001110111001011100101011101010011111100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DCB; }

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

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

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

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

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

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

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

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