#A69FC3

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

Shades of Wistful #A69FC3

Tints of Wistful #A69FC3

Color information

#A69FC3 (or 0xA69FC3) is unknown color: approx Wistful. HEX triplet: A6, 9F and C3. RGB value is (166,159,195). Sum of RGB (Red+Green+Blue) = 166+159+195=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #A69FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FC3 is #59603C. Grayscale: #A5A5A5. Windows color (decimal): -5857341 or 12820390. OLE color: 12820390.

HSL color Cylindrical-coordinate representation of color #A69FC3: hue angle of 251.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69FC3 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166159195-
CMYK0.150.1800.24
HSL251.67º23.08%69.41%-
HSV(B)251.67º18.46%76.47%-
XYZ37.9736.8456.74-
YUV165.2144.82128.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=31.92%
G=30.58%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661591950.150.1800.24251.6723.0869.41
HexA69FC3F12018fc1745
Octal246237303172203037427105
Binary10100110100111111100001111111001001100011111100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FC3; }

 p { color: rgb(166,159,195); }

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

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

 a { background-color: rgb(166,159,195); }

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

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

 span { border-color: rgb(166,159,195); }

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