#A193DB

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

Shades of Wistful #A193DB

Tints of Wistful #A193DB

Color information

#A193DB (or 0xA193DB) is unknown color: approx Wistful. HEX triplet: A1, 93 and DB. RGB value is (161,147,219). Sum of RGB (Red+Green+Blue) = 161+147+219=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A193DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193DB is #5E6C24. Grayscale: #9F9F9F. Windows color (decimal): -6188069 or 14390177. OLE color: 14390177.

HSL color Cylindrical-coordinate representation of color #A193DB: hue angle of 251.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A193DB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161147219-
CMYK0.260.3300.14
HSL251.67º50%71.76%-
HSV(B)251.67º32.88%85.88%-
XYZ37.9233.5671.5-
YUV159.39161.64129.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=30.55%
G=27.89%
B=41.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611472190.260.3300.14251.675071.76
HexA193DB1A210Efc3248
Octal241223333324101637462110
Binary1010000110010011110110111101010000101110111111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193DB; }

 p { color: rgb(161,147,219); }

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

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

 a { background-color: rgb(161,147,219); }

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

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

 span { border-color: rgb(161,147,219); }

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