#A195EE

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

Shades of Wistful #A195EE

Tints of Wistful #A195EE

Color information

#A195EE (or 0xA195EE) is unknown color: approx Wistful. HEX triplet: A1, 95 and EE. RGB value is (161,149,238). Sum of RGB (Red+Green+Blue) = 161+149+238=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #A195EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195EE is #5E6A11. Grayscale: #A2A2A2. Windows color (decimal): -6187538 or 15635873. OLE color: 15635873.

HSL color Cylindrical-coordinate representation of color #A195EE: hue angle of 248.09º 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 #A195EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161149238-
CMYK0.320.3700.07
HSL248.09º72.36%75.88%-
HSV(B)248.09º37.39%93.33%-
XYZ40.8835.2585.54-
YUV162.73170.48126.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=29.38%
G=27.19%
B=43.43%

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
Decimal1611492380.320.3700.07248.0972.3675.88
HexA195EE202507f8484c
Octal241225356404507370110114
Binary10100001100101011110111010000010010101111111100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195EE; }

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

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

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

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

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

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

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

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