#A399D8

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

Shades of Wistful #A399D8

Tints of Wistful #A399D8

Color information

#A399D8 (or 0xA399D8) is unknown color: approx Wistful. HEX triplet: A3, 99 and D8. RGB value is (163,153,216). Sum of RGB (Red+Green+Blue) = 163+153+216=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #A399D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399D8 is #5C6627. Grayscale: #A2A2A2. Windows color (decimal): -6055464 or 14195107. OLE color: 14195107.

HSL color Cylindrical-coordinate representation of color #A399D8: hue angle of 249.52º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A399D8 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163153216-
CMYK0.250.2900.15
HSL249.52º44.68%72.35%-
HSV(B)249.52º29.17%84.71%-
XYZ38.8935.5369.77-
YUV163.17157.81127.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=30.64%
G=28.76%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631532160.250.2900.15249.5244.6872.35
HexA399D8191D0Ffa2d48
Octal243231330313501737255110
Binary101000111001100111011000110011110101111111110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399D8; }

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

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

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

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

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

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

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

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