#A399D6

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

Shades of Wistful #A399D6

Tints of Wistful #A399D6

Color information

#A399D6 (or 0xA399D6) is unknown color: approx Wistful. HEX triplet: A3, 99 and D6. RGB value is (163,153,214). Sum of RGB (Red+Green+Blue) = 163+153+214=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #A399D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399D6 is #5C6629. Grayscale: #A2A2A2. Windows color (decimal): -6055466 or 14064035. OLE color: 14064035.

HSL color Cylindrical-coordinate representation of color #A399D6: hue angle of 249.84º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A399D6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163153214-
CMYK0.240.2900.16
HSL249.84º42.66%71.96%-
HSV(B)249.84º28.5%83.92%-
XYZ38.6335.4268.42-
YUV162.94156.81128.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=30.75%
G=28.87%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631532140.240.2900.16249.8442.6671.96
HexA399D6181D010fa2b48
Octal243231326303502037253110
Binary1010001110011001110101101100011101010000111110101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399D6; }

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

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

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

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

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

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

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

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