#A192D0

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

Shades of Wistful #A192D0

Tints of Wistful #A192D0

Color information

#A192D0 (or 0xA192D0) is unknown color: approx Wistful. HEX triplet: A1, 92 and D0. RGB value is (161,146,208). Sum of RGB (Red+Green+Blue) = 161+146+208=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #A192D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192D0 is #5E6D2F. Grayscale: #9D9D9D. Windows color (decimal): -6188336 or 13669025. OLE color: 13669025.

HSL color Cylindrical-coordinate representation of color #A192D0: hue angle of 254.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A192D0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161146208-
CMYK0.230.3000.18
HSL254.52º39.74%69.41%-
HSV(B)254.52º29.81%81.57%-
XYZ36.3632.6964.07-
YUV157.55156.47130.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=31.26%
G=28.35%
B=40.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611462080.230.3000.18254.5239.7469.41
HexA192D0171E012ff2845
Octal241222320273602237750105
Binary1010000110010010110100001011111110010010111111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192D0; }

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

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

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

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

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

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

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

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