#A095EE

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

Shades of Wistful #A095EE

Tints of Wistful #A095EE

Color information

#A095EE (or 0xA095EE) is unknown color: approx Wistful. HEX triplet: A0, 95 and EE. RGB value is (160,149,238). Sum of RGB (Red+Green+Blue) = 160+149+238=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #A095EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095EE is #5F6A11. Grayscale: #A2A2A2. Windows color (decimal): -6253074 or 15635872. OLE color: 15635872.

HSL color Cylindrical-coordinate representation of color #A095EE: hue angle of 247.42º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A095EE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160149238-
CMYK0.330.3700.07
HSL247.42º72.36%75.88%-
HSV(B)247.42º37.39%93.33%-
XYZ40.6835.1485.53-
YUV162.44170.64126.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=29.25%
G=27.24%
B=43.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601492380.330.3700.07247.4272.3675.88
HexA095EE212507f7484c
Octal240225356414507367110114
Binary10100000100101011110111010000110010101111111011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095EE; }

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

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

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

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

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

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

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

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