#A297EB

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

Shades of Wistful #A297EB

Tints of Wistful #A297EB

Color information

#A297EB (or 0xA297EB) is unknown color: approx Wistful. HEX triplet: A2, 97 and EB. RGB value is (162,151,235). Sum of RGB (Red+Green+Blue) = 162+151+235=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #A297EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297EB is #5D6814. Grayscale: #A3A3A3. Windows color (decimal): -6121493 or 15439778. OLE color: 15439778.

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

Color convert

RGB162151235-
CMYK0.310.3600.08
HSL247.86º67.74%75.69%-
HSV(B)247.86º35.74%92.16%-
XYZ40.9635.8183.35-
YUV163.86168.14126.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=29.56%
G=27.55%
B=42.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621512350.310.3600.08247.8667.7475.69
HexA297EB1F2408f8444c
Octal2422273533744010370104114
Binary10100010100101111110101111111100100010001111100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297EB; }

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

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

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

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

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

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

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

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