#A193CC

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

Shades of Wistful #A193CC

Tints of Wistful #A193CC

Color information

#A193CC (or 0xA193CC) is unknown color: approx Wistful. HEX triplet: A1, 93 and CC. RGB value is (161,147,204). Sum of RGB (Red+Green+Blue) = 161+147+204=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A193CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193CC is #5E6C33. Grayscale: #9D9D9D. Windows color (decimal): -6188084 or 13407137. OLE color: 13407137.

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

Color convert

RGB161147204-
CMYK0.210.2800.2
HSL254.74º35.85%68.82%-
HSV(B)254.74º27.94%80%-
XYZ36.0332.861.56-
YUV157.68154.14130.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=31.45%
G=28.71%
B=39.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611472040.210.2800.2254.7435.8568.82
HexA193CC151C014ff2445
Octal241223314253402437744105
Binary1010000110010011110011001010111100010100111111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193CC; }

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

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

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

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

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

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

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

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