#A19ACD

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

Shades of Wistful #A19ACD

Tints of Wistful #A19ACD

Color information

#A19ACD (or 0xA19ACD) is unknown color: approx Wistful. HEX triplet: A1, 9A and CD. RGB value is (161,154,205). Sum of RGB (Red+Green+Blue) = 161+154+205=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ACD is #5E6532. Grayscale: #A1A1A1. Windows color (decimal): -6186291 or 13474465. OLE color: 13474465.

HSL color Cylindrical-coordinate representation of color #A19ACD: hue angle of 248.24º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19ACD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161154205-
CMYK0.210.2500.20
HSL248.24º33.77%70.39%-
HSV(B)248.24º24.88%80.39%-
XYZ37.2735.162.57-
YUV161.91152.32127.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=30.96%
G=29.62%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611542050.210.2500.20248.2433.7770.39
HexA19ACD1519014f82246
Octal241232315253102437042106
Binary1010000110011010110011011010111001010100111110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ACD; }

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

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

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

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

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

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

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

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