#A69AF1

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

Shades of Wistful #A69AF1

Tints of Wistful #A69AF1

Color information

#A69AF1 (or 0xA69AF1) is unknown color: approx Wistful. HEX triplet: A6, 9A and F1. RGB value is (166,154,241). Sum of RGB (Red+Green+Blue) = 166+154+241=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69AF1 is #59650E. Grayscale: #A7A7A7. Windows color (decimal): -5858575 or 15833766. OLE color: 15833766.

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

Color convert

RGB166154241-
CMYK0.310.3600.05
HSL248.28º75.65%77.45%-
HSV(B)248.28º36.1%94.51%-
XYZ43.1637.5788.2-
YUV167.51169.48126.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=29.59%
G=27.45%
B=42.96%

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
Decimal1661542410.310.3600.05248.2875.6577.45
HexA69AF11F2405f84c4d
Octal246232361374405370114115
Binary1010011010011010111100011111110010001011111100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AF1; }

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

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

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

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

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

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

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

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