#A69ACF

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

Shades of Wistful #A69ACF

Tints of Wistful #A69ACF

Color information

#A69ACF (or 0xA69ACF) is unknown color: approx Wistful. HEX triplet: A6, 9A and CF. RGB value is (166,154,207). Sum of RGB (Red+Green+Blue) = 166+154+207=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #A69ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACF is #596530. Grayscale: #A3A3A3. Windows color (decimal): -5858609 or 13605542. OLE color: 13605542.

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

Color convert

RGB166154207-
CMYK0.200.2600.19
HSL253.58º35.57%70.78%-
HSV(B)253.58º25.6%81.18%-
XYZ38.5435.7263.9-
YUV163.63152.48129.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=31.50%
G=29.22%
B=39.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661542070.200.2600.19253.5835.5770.78
HexA69ACF141A013fe2447
Octal246232317243202337644107
Binary1010011010011010110011111010011010010011111111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ACF; }

 p { color: rgb(166,154,207); }

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

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

 a { background-color: rgb(166,154,207); }

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

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

 span { border-color: rgb(166,154,207); }

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