#A09CF5

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

Shades of Wistful #A09CF5

Tints of Wistful #A09CF5

Color information

#A09CF5 (or 0xA09CF5) is unknown color: approx Wistful. HEX triplet: A0, 9C and F5. RGB value is (160,156,245). Sum of RGB (Red+Green+Blue) = 160+156+245=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #A09CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CF5 is #5F630A. Grayscale: #A6A6A6. Windows color (decimal): -6251275 or 16096416. OLE color: 16096416.

HSL color Cylindrical-coordinate representation of color #A09CF5: hue angle of 242.7º degrees, saturation: 0.82, 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 #A09CF5 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160156245-
CMYK0.350.3600.04
HSL242.7º81.65%78.63%-
HSV(B)242.7º36.33%96.08%-
XYZ42.8737.8491.43-
YUV167.34171.83122.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=28.52%
G=27.81%
B=43.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601562450.350.3600.04242.781.6578.63
HexA09CF5232404f3524f
Octal240234365434404363122117
Binary10100000100111001111010110001110010001001111001110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CF5; }

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

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

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

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

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

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

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

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