#A69FCC

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

Shades of Wistful #A69FCC

Tints of Wistful #A69FCC

Color information

#A69FCC (or 0xA69FCC) is unknown color: approx Wistful. HEX triplet: A6, 9F and CC. RGB value is (166,159,204). Sum of RGB (Red+Green+Blue) = 166+159+204=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #A69FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FCC is #596033. Grayscale: #A6A6A6. Windows color (decimal): -5857332 or 13410214. OLE color: 13410214.

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

Color convert

RGB166159204-
CMYK0.190.2200.2
HSL249.33º30.61%71.18%-
HSV(B)249.33º22.06%80%-
XYZ39.0237.2662.26-
YUV166.22149.32127.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=31.38%
G=30.06%
B=38.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661592040.190.2200.2249.3330.6171.18
HexA69FCC1316014f91f47
Octal246237314232602437137107
Binary101001101001111111001100100111011001010011111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FCC; }

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

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

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

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

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

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

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

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