#A194CD

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

Shades of Wistful #A194CD

Tints of Wistful #A194CD

Color information

#A194CD (or 0xA194CD) is unknown color: approx Wistful. HEX triplet: A1, 94 and CD. RGB value is (161,148,205). Sum of RGB (Red+Green+Blue) = 161+148+205=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A194CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194CD is #5E6B32. Grayscale: #9E9E9E. Windows color (decimal): -6187827 or 13472929. OLE color: 13472929.

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

Color convert

RGB161148205-
CMYK0.210.2800.20
HSL253.68º36.31%69.22%-
HSV(B)253.68º27.8%80.39%-
XYZ36.3133.1662.25-
YUV158.38154.31129.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=31.32%
G=28.79%
B=39.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611482050.210.2800.20253.6836.3169.22
HexA194CD151C014fe2445
Octal241224315253402437644105
Binary1010000110010100110011011010111100010100111111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194CD; }

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

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

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

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

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

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

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

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