#A299F1

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

Shades of Wistful #A299F1

Tints of Wistful #A299F1

Color information

#A299F1 (or 0xA299F1) is unknown color: approx Wistful. HEX triplet: A2, 99 and F1. RGB value is (162,153,241). Sum of RGB (Red+Green+Blue) = 162+153+241=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #A299F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299F1 is #5D660E. Grayscale: #A5A5A5. Windows color (decimal): -6120975 or 15833506. OLE color: 15833506.

HSL color Cylindrical-coordinate representation of color #A299F1: hue angle of 246.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A299F1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162153241-
CMYK0.330.3700.05
HSL246.14º75.86%77.25%-
HSV(B)246.14º36.51%94.51%-
XYZ42.1736.8188.1-
YUV165.72170.48125.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=29.14%
G=27.52%
B=43.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621532410.330.3700.05246.1475.8677.25
HexA299F1212505f64c4d
Octal242231361414505366114115
Binary10100010100110011111000110000110010101011111011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299F1; }

 p { color: rgb(162,153,241); }

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

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

 a { background-color: rgb(162,153,241); }

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

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

 span { border-color: rgb(162,153,241); }

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