#A399EB

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

Shades of Wistful #A399EB

Tints of Wistful #A399EB

Color information

#A399EB (or 0xA399EB) is unknown color: approx Wistful. HEX triplet: A3, 99 and EB. RGB value is (163,153,235). Sum of RGB (Red+Green+Blue) = 163+153+235=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A399EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399EB is #5C6614. Grayscale: #A5A5A5. Windows color (decimal): -6055445 or 15440291. OLE color: 15440291.

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

Color convert

RGB163153235-
CMYK0.310.3500.08
HSL247.32º67.21%76.08%-
HSV(B)247.32º34.89%92.16%-
XYZ41.4936.5783.47-
YUV165.34167.31126.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=29.58%
G=27.77%
B=42.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631532350.310.3500.08247.3267.2176.08
HexA399EB1F2308f7434c
Octal2432313533743010367103114
Binary10100011100110011110101111111100011010001111011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399EB; }

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

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

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

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

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

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

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

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