#A19BCB

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

Shades of Wistful #A19BCB

Tints of Wistful #A19BCB

Color information

#A19BCB (or 0xA19BCB) is unknown color: approx Wistful. HEX triplet: A1, 9B and CB. RGB value is (161,155,203). Sum of RGB (Red+Green+Blue) = 161+155+203=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BCB is #5E6434. Grayscale: #A2A2A2. Windows color (decimal): -6186037 or 13343649. OLE color: 13343649.

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

Color convert

RGB161155203-
CMYK0.210.2400.20
HSL247.5º31.58%70.2%-
HSV(B)247.5º23.65%79.61%-
XYZ37.235.3361.36-
YUV162.27150.99127.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=31.02%
G=29.87%
B=39.11%

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
Decimal1611552030.210.2400.20247.531.5870.2
HexA19BCB1518014f82046
Octal241233313253002437040106
Binary1010000110011011110010111010111000010100111110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BCB; }

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

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

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

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

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

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

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

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