#A399ED

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

Shades of Wistful #A399ED

Tints of Wistful #A399ED

Color information

#A399ED (or 0xA399ED) is unknown color: approx Wistful. HEX triplet: A3, 99 and ED. RGB value is (163,153,237). Sum of RGB (Red+Green+Blue) = 163+153+237=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #A399ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399ED is #5C6612. Grayscale: #A5A5A5. Windows color (decimal): -6055443 or 15571363. OLE color: 15571363.

HSL color Cylindrical-coordinate representation of color #A399ED: hue angle of 247.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A399ED is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163153237-
CMYK0.310.3500.07
HSL247.14º70%76.47%-
HSV(B)247.14º35.44%92.94%-
XYZ41.7836.6885-
YUV165.57168.31126.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=29.48%
G=27.67%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631532370.310.3500.07247.147076.47
HexA399ED1F2307f7464c
Octal243231355374307367106114
Binary1010001110011001111011011111110001101111111011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399ED; }

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

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

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

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

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

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

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

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