#A095EC

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

Shades of Wistful #A095EC

Tints of Wistful #A095EC

Color information

#A095EC (or 0xA095EC) is unknown color: approx Wistful. HEX triplet: A0, 95 and EC. RGB value is (160,149,236). Sum of RGB (Red+Green+Blue) = 160+149+236=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A095EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095EC is #5F6A13. Grayscale: #A1A1A1. Windows color (decimal): -6253076 or 15504800. OLE color: 15504800.

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

Color convert

RGB160149236-
CMYK0.320.3700.07
HSL247.59º69.6%75.49%-
HSV(B)247.59º36.86%92.55%-
XYZ40.3835.0283.99-
YUV162.21169.64126.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=29.36%
G=27.34%
B=43.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601492360.320.3700.07247.5969.675.49
HexA095EC202507f8464b
Octal240225354404507370106113
Binary10100000100101011110110010000010010101111111100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095EC; }

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

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

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

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

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

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

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

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