#A19BCD

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

Shades of Wistful #A19BCD

Tints of Wistful #A19BCD

Color information

#A19BCD (or 0xA19BCD) is unknown color: approx Wistful. HEX triplet: A1, 9B and CD. RGB value is (161,155,205). Sum of RGB (Red+Green+Blue) = 161+155+205=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BCD is #5E6432. Grayscale: #A2A2A2. Windows color (decimal): -6186035 or 13474721. OLE color: 13474721.

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

Color convert

RGB161155205-
CMYK0.210.2400.20
HSL247.2º33.33%70.59%-
HSV(B)247.2º24.39%80.39%-
XYZ37.4435.4362.62-
YUV162.49151.99126.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=30.90%
G=29.75%
B=39.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611552050.210.2400.20247.233.3370.59
HexA19BCD1518014f72147
Octal241233315253002436741107
Binary1010000110011011110011011010111000010100111101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BCD; }

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

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

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

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

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

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

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

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