#A298FB

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

Shades of Wistful #A298FB

Tints of Wistful #A298FB

Color information

#A298FB (or 0xA298FB) is unknown color: approx Wistful. HEX triplet: A2, 98 and FB. RGB value is (162,152,251). Sum of RGB (Red+Green+Blue) = 162+152+251=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #A298FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298FB is #5D6704. Grayscale: #A5A5A5. Windows color (decimal): -6121221 or 16488610. OLE color: 16488610.

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

Color convert

RGB162152251-
CMYK0.350.3900.02
HSL246.06º92.52%79.02%-
HSV(B)246.06º39.44%98.43%-
XYZ43.5437.196.13-
YUV166.28175.81124.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.67%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=28.67%
G=26.90%
B=44.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621522510.350.3900.02246.0692.5279.02
HexA298FB232702f65d4f
Octal242230373434702366135117
Binary1010001010011000111110111000111001110101111011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298FB; }

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

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

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

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

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

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

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

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