#A19FD8

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

Shades of Wistful #A19FD8

Tints of Wistful #A19FD8

Color information

#A19FD8 (or 0xA19FD8) is unknown color: approx Wistful. HEX triplet: A1, 9F and D8. RGB value is (161,159,216). Sum of RGB (Red+Green+Blue) = 161+159+216=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #A19FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FD8 is #5E6027. Grayscale: #A5A5A5. Windows color (decimal): -6185000 or 14196641. OLE color: 14196641.

HSL color Cylindrical-coordinate representation of color #A19FD8: hue angle of 242.11º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19FD8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161159216-
CMYK0.250.2600.15
HSL242.11º42.22%73.53%-
HSV(B)242.11º26.39%84.71%-
XYZ39.4937.3370.09-
YUV166.1156.16124.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=30.04%
G=29.66%
B=40.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611592160.250.2600.15242.1142.2273.53
HexA19FD8191A0Ff22a4a
Octal241237330313201736252112
Binary101000011001111111011000110011101001111111100101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FD8; }

 p { color: rgb(161,159,216); }

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

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

 a { background-color: rgb(161,159,216); }

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

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

 span { border-color: rgb(161,159,216); }

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