#A298D5

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

Shades of Wistful #A298D5

Tints of Wistful #A298D5

Color information

#A298D5 (or 0xA298D5) is unknown color: approx Wistful. HEX triplet: A2, 98 and D5. RGB value is (162,152,213). Sum of RGB (Red+Green+Blue) = 162+152+213=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #A298D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298D5 is #5D672A. Grayscale: #A1A1A1. Windows color (decimal): -6121259 or 13998242. OLE color: 13998242.

HSL color Cylindrical-coordinate representation of color #A298D5: hue angle of 249.84º degrees, saturation: 0.42, 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 #A298D5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162152213-
CMYK0.240.2900.16
HSL249.84º42.07%71.57%-
HSV(B)249.84º28.64%83.53%-
XYZ38.1434.9467.69-
YUV161.94156.81128.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=30.74%
G=28.84%
B=40.42%

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
Decimal1621522130.240.2900.16249.8442.0771.57
HexA298D5181D010fa2a48
Octal242230325303502037252110
Binary1010001010011000110101011100011101010000111110101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298D5; }

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

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

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

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

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

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

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

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