#A69DF4

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

Shades of Wistful #A69DF4

Tints of Wistful #A69DF4

Color information

#A69DF4 (or 0xA69DF4) is unknown color: approx Wistful. HEX triplet: A6, 9D and F4. RGB value is (166,157,244). Sum of RGB (Red+Green+Blue) = 166+157+244=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #A69DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69DF4 is #59620B. Grayscale: #A9A9A9. Windows color (decimal): -5857804 or 16031142. OLE color: 16031142.

HSL color Cylindrical-coordinate representation of color #A69DF4: hue angle of 246.21º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A69DF4 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166157244-
CMYK0.320.3600.04
HSL246.21º79.82%78.63%-
HSV(B)246.21º35.66%95.69%-
XYZ44.1138.7590.74-
YUV169.61169.98125.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 244 (95.70% from 255) = 43.03%
R=29.28%
G=27.69%
B=43.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661572440.320.3600.04246.2179.8278.63
HexA69DF4202404f6504f
Octal246235364404404366120117
Binary10100110100111011111010010000010010001001111011010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DF4; }

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

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

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

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

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

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

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

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