#A298EB

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

Shades of Wistful #A298EB

Tints of Wistful #A298EB

Color information

#A298EB (or 0xA298EB) is unknown color: approx Wistful. HEX triplet: A2, 98 and EB. RGB value is (162,152,235). Sum of RGB (Red+Green+Blue) = 162+152+235=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #A298EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298EB is #5D6714. Grayscale: #A4A4A4. Windows color (decimal): -6121237 or 15440034. OLE color: 15440034.

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

Color convert

RGB162152235-
CMYK0.310.3500.08
HSL247.23º67.48%75.88%-
HSV(B)247.23º35.32%92.16%-
XYZ41.1236.1483.4-
YUV164.45167.81126.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=29.51%
G=27.69%
B=42.81%

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
Decimal1621522350.310.3500.08247.2367.4875.88
HexA298EB1F2308f7434c
Octal2422303533743010367103114
Binary10100010100110001110101111111100011010001111011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298EB; }

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

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

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

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

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

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

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

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