#A194CF

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

Shades of Wistful #A194CF

Tints of Wistful #A194CF

Color information

#A194CF (or 0xA194CF) is unknown color: approx Wistful. HEX triplet: A1, 94 and CF. RGB value is (161,148,207). Sum of RGB (Red+Green+Blue) = 161+148+207=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A194CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194CF is #5E6B30. Grayscale: #9E9E9E. Windows color (decimal): -6187825 or 13604001. OLE color: 13604001.

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

Color convert

RGB161148207-
CMYK0.220.2900.19
HSL253.22º38.06%69.61%-
HSV(B)253.22º28.5%81.18%-
XYZ36.5533.2663.53-
YUV158.61155.31129.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=31.20%
G=28.68%
B=40.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611482070.220.2900.19253.2238.0669.61
HexA194CF161D013fd2646
Octal241224317263502337546106
Binary1010000110010100110011111011011101010011111111011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194CF; }

 p { color: rgb(161,148,207); }

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

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

 a { background-color: rgb(161,148,207); }

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

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

 span { border-color: rgb(161,148,207); }

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