#A69BF1

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

Shades of Wistful #A69BF1

Tints of Wistful #A69BF1

Color information

#A69BF1 (or 0xA69BF1) is unknown color: approx Wistful. HEX triplet: A6, 9B and F1. RGB value is (166,155,241). Sum of RGB (Red+Green+Blue) = 166+155+241=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BF1 is #59640E. Grayscale: #A7A7A7. Windows color (decimal): -5858319 or 15834022. OLE color: 15834022.

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

Color convert

RGB166155241-
CMYK0.310.3600.05
HSL247.67º75.44%77.65%-
HSV(B)247.67º35.68%94.51%-
XYZ43.3237.988.25-
YUV168.09169.14126.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=29.54%
G=27.58%
B=42.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661552410.310.3600.05247.6775.4477.65
HexA69BF11F2405f84b4e
Octal246233361374405370113116
Binary1010011010011011111100011111110010001011111100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BF1; }

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

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

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

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

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

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

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

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