#A297FB

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

Shades of Wistful #A297FB

Tints of Wistful #A297FB

Color information

#A297FB (or 0xA297FB) is unknown color: approx Wistful. HEX triplet: A2, 97 and FB. RGB value is (162,151,251). Sum of RGB (Red+Green+Blue) = 162+151+251=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #A297FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297FB is #5D6804. Grayscale: #A5A5A5. Windows color (decimal): -6121477 or 16488354. OLE color: 16488354.

HSL color Cylindrical-coordinate representation of color #A297FB: hue angle of 246.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A297FB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162151251-
CMYK0.350.4000.02
HSL246.6º92.59%78.82%-
HSV(B)246.6º39.84%98.43%-
XYZ43.3836.7896.08-
YUV165.69176.14125.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=28.72%
G=26.77%
B=44.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621512510.350.4000.02246.692.5978.82
HexA297FB232802f75d4f
Octal242227373435002367135117
Binary1010001010010111111110111000111010000101111011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297FB; }

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

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

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

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

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

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

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

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