#A195CE

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

Shades of Wistful #A195CE

Tints of Wistful #A195CE

Color information

#A195CE (or 0xA195CE) is unknown color: approx Wistful. HEX triplet: A1, 95 and CE. RGB value is (161,149,206). Sum of RGB (Red+Green+Blue) = 161+149+206=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A195CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195CE is #5E6A31. Grayscale: #9E9E9E. Windows color (decimal): -6187570 or 13538721. OLE color: 13538721.

HSL color Cylindrical-coordinate representation of color #A195CE: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A195CE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161149206-
CMYK0.220.2800.19
HSL252.63º36.77%69.61%-
HSV(B)252.63º27.67%80.78%-
XYZ36.5933.5362.94-
YUV159.09154.48129.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=31.20%
G=28.88%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611492060.220.2800.19252.6336.7769.61
HexA195CE161C013fd2546
Octal241225316263402337545106
Binary1010000110010101110011101011011100010011111111011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195CE; }

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

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

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

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

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

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

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

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