#A299EB

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

Shades of Wistful #A299EB

Tints of Wistful #A299EB

Color information

#A299EB (or 0xA299EB) is unknown color: approx Wistful. HEX triplet: A2, 99 and EB. RGB value is (162,153,235). Sum of RGB (Red+Green+Blue) = 162+153+235=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #A299EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299EB is #5D6614. Grayscale: #A4A4A4. Windows color (decimal): -6120981 or 15440290. OLE color: 15440290.

HSL color Cylindrical-coordinate representation of color #A299EB: hue angle of 246.59º 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 #A299EB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162153235-
CMYK0.310.3500.08
HSL246.59º67.21%76.08%-
HSV(B)246.59º34.89%92.16%-
XYZ41.2936.4683.46-
YUV165.04167.48125.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=29.45%
G=27.82%
B=42.73%

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
Decimal1621532350.310.3500.08246.5967.2176.08
HexA299EB1F2308f7434c
Octal2422313533743010367103114
Binary10100010100110011110101111111100011010001111011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299EB; }

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

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

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

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

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

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

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

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