#A195EB

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

Shades of Wistful #A195EB

Tints of Wistful #A195EB

Color information

#A195EB (or 0xA195EB) is unknown color: approx Wistful. HEX triplet: A1, 95 and EB. RGB value is (161,149,235). Sum of RGB (Red+Green+Blue) = 161+149+235=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #A195EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195EB is #5E6A14. Grayscale: #A2A2A2. Windows color (decimal): -6187541 or 15439265. OLE color: 15439265.

HSL color Cylindrical-coordinate representation of color #A195EB: hue angle of 248.37º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A195EB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161149235-
CMYK0.310.3700.08
HSL248.37º68.25%75.29%-
HSV(B)248.37º36.6%92.16%-
XYZ40.4435.0783.24-
YUV162.39168.98127.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=29.54%
G=27.34%
B=43.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611492350.310.3700.08248.3768.2575.29
HexA195EB1F2508f8444b
Octal2412253533745010370104113
Binary10100001100101011110101111111100101010001111100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195EB; }

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

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

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

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

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

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

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

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