#A19DD5

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

Shades of Wistful #A19DD5

Tints of Wistful #A19DD5

Color information

#A19DD5 (or 0xA19DD5) is unknown color: approx Wistful. HEX triplet: A1, 9D and D5. RGB value is (161,157,213). Sum of RGB (Red+Green+Blue) = 161+157+213=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #A19DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DD5 is #5E622A. Grayscale: #A4A4A4. Windows color (decimal): -6185515 or 13999521. OLE color: 13999521.

HSL color Cylindrical-coordinate representation of color #A19DD5: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19DD5 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161157213-
CMYK0.240.2600.16
HSL244.29º40%72.55%-
HSV(B)244.29º26.29%83.53%-
XYZ38.7736.567.95-
YUV164.58155.33125.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=30.32%
G=29.57%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611572130.240.2600.16244.294072.55
HexA19DD5181A010f42849
Octal241235325303202036450111
Binary1010000110011101110101011100011010010000111101001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DD5; }

 p { color: rgb(161,157,213); }

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

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

 a { background-color: rgb(161,157,213); }

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

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

 span { border-color: rgb(161,157,213); }

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