#A194DB

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

Shades of Wistful #A194DB

Tints of Wistful #A194DB

Color information

#A194DB (or 0xA194DB) is unknown color: approx Wistful. HEX triplet: A1, 94 and DB. RGB value is (161,148,219). Sum of RGB (Red+Green+Blue) = 161+148+219=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A194DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194DB is #5E6B24. Grayscale: #9F9F9F. Windows color (decimal): -6187813 or 14390433. OLE color: 14390433.

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

Color convert

RGB161148219-
CMYK0.260.3200.14
HSL250.99º49.65%71.96%-
HSV(B)250.99º32.42%85.88%-
XYZ38.0733.8771.55-
YUV159.98161.31128.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=30.49%
G=28.03%
B=41.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611482190.260.3200.14250.9949.6571.96
HexA194DB1A200Efb3248
Octal241224333324001637362110
Binary1010000110010100110110111101010000001110111110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194DB; }

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

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

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

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

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

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

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

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