#A19FD0

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

Shades of Wistful #A19FD0

Tints of Wistful #A19FD0

Color information

#A19FD0 (or 0xA19FD0) is unknown color: approx Wistful. HEX triplet: A1, 9F and D0. RGB value is (161,159,208). Sum of RGB (Red+Green+Blue) = 161+159+208=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #A19FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FD0 is #5E602F. Grayscale: #A4A4A4. Windows color (decimal): -6185008 or 13672353. OLE color: 13672353.

HSL color Cylindrical-coordinate representation of color #A19FD0: hue angle of 242.45º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A19FD0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161159208-
CMYK0.230.2400.18
HSL242.45º34.27%71.96%-
HSV(B)242.45º23.56%81.57%-
XYZ38.4836.9364.77-
YUV165.18152.16125.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=30.49%
G=30.11%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611592080.230.2400.18242.4534.2771.96
HexA19FD01718012f22248
Octal241237320273002236242110
Binary1010000110011111110100001011111000010010111100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FD0; }

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

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

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

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

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

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

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

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