#A19AD5

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

Shades of Wistful #A19AD5

Tints of Wistful #A19AD5

Color information

#A19AD5 (or 0xA19AD5) is unknown color: approx Wistful. HEX triplet: A1, 9A and D5. RGB value is (161,154,213). Sum of RGB (Red+Green+Blue) = 161+154+213=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #A19AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AD5 is #5E652A. Grayscale: #A2A2A2. Windows color (decimal): -6186283 or 13998753. OLE color: 13998753.

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

Color convert

RGB161154213-
CMYK0.240.2800.16
HSL247.12º41.26%71.96%-
HSV(B)247.12º27.7%83.53%-
XYZ38.2635.4967.78-
YUV162.82156.32126.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=30.49%
G=29.17%
B=40.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611542130.240.2800.16247.1241.2671.96
HexA19AD5181C010f72948
Octal241232325303402036751110
Binary1010000110011010110101011100011100010000111101111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AD5; }

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

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

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

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

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

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

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

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