#A298FD

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

Shades of Wistful #A298FD

Tints of Wistful #A298FD

Color information

#A298FD (or 0xA298FD) is unknown color: approx Wistful. HEX triplet: A2, 98 and FD. RGB value is (162,152,253). Sum of RGB (Red+Green+Blue) = 162+152+253=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #A298FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298FD is #5D6702. Grayscale: #A6A6A6. Windows color (decimal): -6121219 or 16619682. OLE color: 16619682.

HSL color Cylindrical-coordinate representation of color #A298FD: hue angle of 245.94º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A298FD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162152253-
CMYK0.360.4000.01
HSL245.94º96.19%79.41%-
HSV(B)245.94º39.92%99.22%-
XYZ43.8637.2397.8-
YUV166.5176.81124.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=28.57%
G=26.81%
B=44.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621522530.360.4000.01245.9496.1979.41
HexA298FD242801f6604f
Octal242230375445001366140117
Binary101000101001100011111101100100101000011111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298FD; }

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

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

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

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

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

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

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

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