#A195EA

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

Shades of Wistful #A195EA

Tints of Wistful #A195EA

Color information

#A195EA (or 0xA195EA) is unknown color: approx Wistful. HEX triplet: A1, 95 and EA. RGB value is (161,149,234). Sum of RGB (Red+Green+Blue) = 161+149+234=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A195EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195EA is #5E6A15. Grayscale: #A1A1A1. Windows color (decimal): -6187542 or 15373729. OLE color: 15373729.

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

Color convert

RGB161149234-
CMYK0.310.3600.08
HSL248.47º66.93%75.1%-
HSV(B)248.47º36.32%91.76%-
XYZ40.335.0182.48-
YUV162.28168.48127.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=29.60%
G=27.39%
B=43.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611492340.310.3600.08248.4766.9375.1
HexA195EA1F2408f8434b
Octal2412253523744010370103113
Binary10100001100101011110101011111100100010001111100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195EA; }

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

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

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

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

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

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

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

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