#A399DD

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

Shades of Wistful #A399DD

Tints of Wistful #A399DD

Color information

#A399DD (or 0xA399DD) is unknown color: approx Wistful. HEX triplet: A3, 99 and DD. RGB value is (163,153,221). Sum of RGB (Red+Green+Blue) = 163+153+221=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A399DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399DD is #5C6622. Grayscale: #A3A3A3. Windows color (decimal): -6055459 or 14522787. OLE color: 14522787.

HSL color Cylindrical-coordinate representation of color #A399DD: hue angle of 248.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A399DD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163153221-
CMYK0.260.3100.13
HSL248.82º50%73.33%-
HSV(B)248.82º30.77%86.67%-
XYZ39.5535.7973.23-
YUV163.74160.31127.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=30.35%
G=28.49%
B=41.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631532210.260.3100.13248.825073.33
HexA399DD1A1F0Df93249
Octal243231335323701537162111
Binary101000111001100111011101110101111101101111110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399DD; }

 p { color: rgb(163,153,221); }

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

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

 a { background-color: rgb(163,153,221); }

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

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

 span { border-color: rgb(163,153,221); }

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