#A298D6

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

Shades of Wistful #A298D6

Tints of Wistful #A298D6

Color information

#A298D6 (or 0xA298D6) is unknown color: approx Wistful. HEX triplet: A2, 98 and D6. RGB value is (162,152,214). Sum of RGB (Red+Green+Blue) = 162+152+214=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #A298D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298D6 is #5D6729. Grayscale: #A1A1A1. Windows color (decimal): -6121258 or 14063778. OLE color: 14063778.

HSL color Cylindrical-coordinate representation of color #A298D6: hue angle of 249.68º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A298D6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162152214-
CMYK0.240.2900.16
HSL249.68º43.06%71.76%-
HSV(B)249.68º28.97%83.92%-
XYZ38.2734.9968.36-
YUV162.06157.31127.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=30.68%
G=28.79%
B=40.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621522140.240.2900.16249.6843.0671.76
HexA298D6181D010fa2b48
Octal242230326303502037253110
Binary1010001010011000110101101100011101010000111110101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298D6; }

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

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

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

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

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

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

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

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