#A09CF1

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

Shades of Wistful #A09CF1

Tints of Wistful #A09CF1

Color information

#A09CF1 (or 0xA09CF1) is unknown color: approx Wistful. HEX triplet: A0, 9C and F1. RGB value is (160,156,241). Sum of RGB (Red+Green+Blue) = 160+156+241=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A09CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CF1 is #5F630E. Grayscale: #A6A6A6. Windows color (decimal): -6251279 or 15834272. OLE color: 15834272.

HSL color Cylindrical-coordinate representation of color #A09CF1: hue angle of 242.82º 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 #A09CF1 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160156241-
CMYK0.340.3500.05
HSL242.82º75.22%77.84%-
HSV(B)242.82º35.27%94.51%-
XYZ42.2637.688.25-
YUV166.89169.83123.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=28.73%
G=28.01%
B=43.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601562410.340.3500.05242.8275.2277.84
HexA09CF1222305f34b4e
Octal240234361424305363113116
Binary10100000100111001111000110001010001101011111001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CF1; }

 p { color: rgb(160,156,241); }

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

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

 a { background-color: rgb(160,156,241); }

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

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

 span { border-color: rgb(160,156,241); }

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