#A19CF0

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

Shades of Wistful #A19CF0

Tints of Wistful #A19CF0

Color information

#A19CF0 (or 0xA19CF0) is unknown color: approx Wistful. HEX triplet: A1, 9C and F0. RGB value is (161,156,240). Sum of RGB (Red+Green+Blue) = 161+156+240=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #A19CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CF0 is #5E630F. Grayscale: #A6A6A6. Windows color (decimal): -6185744 or 15768737. OLE color: 15768737.

HSL color Cylindrical-coordinate representation of color #A19CF0: hue angle of 243.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19CF0 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161156240-
CMYK0.330.3500.06
HSL243.57º73.68%77.65%-
HSV(B)243.57º35%94.12%-
XYZ42.3137.6587.47-
YUV167.07169.16123.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=28.90%
G=28.01%
B=43.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611562400.330.3500.06243.5773.6877.65
HexA19CF0212306f44a4e
Octal241234360414306364112116
Binary10100001100111001111000010000110001101101111010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CF0; }

 p { color: rgb(161,156,240); }

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

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

 a { background-color: rgb(161,156,240); }

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

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

 span { border-color: rgb(161,156,240); }

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