#A69AD7

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

Shades of Wistful #A69AD7

Tints of Wistful #A69AD7

Color information

#A69AD7 (or 0xA69AD7) is unknown color: approx Wistful. HEX triplet: A6, 9A and D7. RGB value is (166,154,215). Sum of RGB (Red+Green+Blue) = 166+154+215=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #A69AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AD7 is #596528. Grayscale: #A4A4A4. Windows color (decimal): -5858601 or 14129830. OLE color: 14129830.

HSL color Cylindrical-coordinate representation of color #A69AD7: hue angle of 251.8º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69AD7 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166154215-
CMYK0.230.2800.16
HSL251.8º43.26%72.35%-
HSV(B)251.8º28.37%84.31%-
XYZ39.5536.1269.18-
YUV164.54156.48129.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=31.03%
G=28.79%
B=40.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661542150.230.2800.16251.843.2672.35
HexA69AD7171C010fc2b48
Octal246232327273402037453110
Binary1010011010011010110101111011111100010000111111001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AD7; }

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

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

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

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

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

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

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

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