#A399C6

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

Shades of Wistful #A399C6

Tints of Wistful #A399C6

Color information

#A399C6 (or 0xA399C6) is unknown color: approx Wistful. HEX triplet: A3, 99 and C6. RGB value is (163,153,198). Sum of RGB (Red+Green+Blue) = 163+153+198=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #A399C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C6 is #5C6639. Grayscale: #A0A0A0. Windows color (decimal): -6055482 or 13015459. OLE color: 13015459.

HSL color Cylindrical-coordinate representation of color #A399C6: hue angle of 253.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A399C6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163153198-
CMYK0.180.2300.22
HSL253.33º28.3%68.82%-
HSV(B)253.33º22.73%77.65%-
XYZ36.6934.6558.18-
YUV161.12148.81129.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=31.71%
G=29.77%
B=38.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631531980.180.2300.22253.3328.368.82
HexA399C61217016fd1c45
Octal243231306222702637534105
Binary101000111001100111000110100101011101011011111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399C6; }

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

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

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

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

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

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

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

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