#A095F3

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

Shades of Wistful #A095F3

Tints of Wistful #A095F3

Color information

#A095F3 (or 0xA095F3) is unknown color: approx Wistful. HEX triplet: A0, 95 and F3. RGB value is (160,149,243). Sum of RGB (Red+Green+Blue) = 160+149+243=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #A095F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095F3 is #5F6A0C. Grayscale: #A2A2A2. Windows color (decimal): -6253069 or 15963552. OLE color: 15963552.

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

Color convert

RGB160149243-
CMYK0.340.3900.05
HSL247.02º79.66%76.86%-
HSV(B)247.02º38.68%95.29%-
XYZ41.4235.4489.45-
YUV163173.14125.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 243 (95.31% from 255) = 44.02%
R=28.99%
G=26.99%
B=44.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601492430.340.3900.05247.0279.6676.86
HexA095F3222705f7504d
Octal240225363424705367120115
Binary10100000100101011111001110001010011101011111011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095F3; }

 p { color: rgb(160,149,243); }

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

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

 a { background-color: rgb(160,149,243); }

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

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

 span { border-color: rgb(160,149,243); }

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