#A19CD5

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

Shades of Wistful #A19CD5

Tints of Wistful #A19CD5

Color information

#A19CD5 (or 0xA19CD5) is unknown color: approx Wistful. HEX triplet: A1, 9C and D5. RGB value is (161,156,213). Sum of RGB (Red+Green+Blue) = 161+156+213=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #A19CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CD5 is #5E632A. Grayscale: #A3A3A3. Windows color (decimal): -6185771 or 13999265. OLE color: 13999265.

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

Color convert

RGB161156213-
CMYK0.240.2700.16
HSL245.26º40.43%72.35%-
HSV(B)245.26º26.76%83.53%-
XYZ38.636.1667.9-
YUV163.99155.66125.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=30.38%
G=29.43%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611562130.240.2700.16245.2640.4372.35
HexA19CD5181B010f52848
Octal241234325303302036550110
Binary1010000110011100110101011100011011010000111101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CD5; }

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

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

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

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

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

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

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

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