#A69DF1

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

Shades of Wistful #A69DF1

Tints of Wistful #A69DF1

Color information

#A69DF1 (or 0xA69DF1) is unknown color: approx Wistful. HEX triplet: A6, 9D and F1. RGB value is (166,157,241). Sum of RGB (Red+Green+Blue) = 166+157+241=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69DF1 is #59620E. Grayscale: #A8A8A8. Windows color (decimal): -5857807 or 15834534. OLE color: 15834534.

HSL color Cylindrical-coordinate representation of color #A69DF1: hue angle of 246.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69DF1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166157241-
CMYK0.310.3500.05
HSL246.43º75%78.04%-
HSV(B)246.43º34.85%94.51%-
XYZ43.6638.5788.36-
YUV169.27168.48125.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=29.43%
G=27.84%
B=42.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661572410.310.3500.05246.437578.04
HexA69DF11F2305f64b4e
Octal246235361374305366113116
Binary1010011010011101111100011111110001101011111011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DF1; }

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

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

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

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

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

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

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

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