#A192D4

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

Shades of Wistful #A192D4

Tints of Wistful #A192D4

Color information

#A192D4 (or 0xA192D4) is unknown color: approx Wistful. HEX triplet: A1, 92 and D4. RGB value is (161,146,212). Sum of RGB (Red+Green+Blue) = 161+146+212=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #A192D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192D4 is #5E6D2B. Grayscale: #9D9D9D. Windows color (decimal): -6188332 or 13931169. OLE color: 13931169.

HSL color Cylindrical-coordinate representation of color #A192D4: hue angle of 253.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A192D4 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161146212-
CMYK0.240.3100.17
HSL253.64º43.42%70.2%-
HSV(B)253.64º31.13%83.14%-
XYZ36.8632.8966.69-
YUV158.01158.47130.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=31.02%
G=28.13%
B=40.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611462120.240.3100.17253.6443.4270.2
HexA192D4181F011fe2b46
Octal241222324303702137653106
Binary1010000110010010110101001100011111010001111111101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192D4; }

 p { color: rgb(161,146,212); }

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

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

 a { background-color: rgb(161,146,212); }

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

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

 span { border-color: rgb(161,146,212); }

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