#A193CB

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

Shades of Wistful #A193CB

Tints of Wistful #A193CB

Color information

#A193CB (or 0xA193CB) is unknown color: approx Wistful. HEX triplet: A1, 93 and CB. RGB value is (161,147,203). Sum of RGB (Red+Green+Blue) = 161+147+203=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A193CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193CB is #5E6C34. Grayscale: #9D9D9D. Windows color (decimal): -6188085 or 13341601. OLE color: 13341601.

HSL color Cylindrical-coordinate representation of color #A193CB: hue angle of 255º degrees, saturation: 0.35, 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 #A193CB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161147203-
CMYK0.210.2800.20
HSL255º35%68.63%-
HSV(B)255º27.59%79.61%-
XYZ35.9132.7660.93-
YUV157.57153.64130.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=31.51%
G=28.77%
B=39.73%

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
Decimal1611472030.210.2800.202553568.63
HexA193CB151C014ff2345
Octal241223313253402437743105
Binary1010000110010011110010111010111100010100111111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193CB; }

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

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

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

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

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

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

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

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