#A399CA

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

Shades of Wistful #A399CA

Tints of Wistful #A399CA

Color information

#A399CA (or 0xA399CA) is unknown color: approx Wistful. HEX triplet: A3, 99 and CA. RGB value is (163,153,202). Sum of RGB (Red+Green+Blue) = 163+153+202=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A399CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399CA is #5C6635. Grayscale: #A1A1A1. Windows color (decimal): -6055478 or 13277603. OLE color: 13277603.

HSL color Cylindrical-coordinate representation of color #A399CA: hue angle of 252.24º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A399CA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163153202-
CMYK0.190.2400.21
HSL252.24º31.61%69.61%-
HSV(B)252.24º24.26%79.22%-
XYZ37.1634.8360.64-
YUV161.58150.81129.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=31.47%
G=29.54%
B=39.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631532020.190.2400.21252.2431.6169.61
HexA399CA1318015fc2046
Octal243231312233002537440106
Binary1010001110011001110010101001111000010101111111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399CA; }

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

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

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

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

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

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

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

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