#A298D0

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

Shades of Wistful #A298D0

Tints of Wistful #A298D0

Color information

#A298D0 (or 0xA298D0) is unknown color: approx Wistful. HEX triplet: A2, 98 and D0. RGB value is (162,152,208). Sum of RGB (Red+Green+Blue) = 162+152+208=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A298D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298D0 is #5D672F. Grayscale: #A1A1A1. Windows color (decimal): -6121264 or 13670562. OLE color: 13670562.

HSL color Cylindrical-coordinate representation of color #A298D0: hue angle of 250.71º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A298D0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162152208-
CMYK0.220.2700.18
HSL250.71º37.33%70.59%-
HSV(B)250.71º26.92%81.57%-
XYZ37.5134.6964.39-
YUV161.37154.31128.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=31.03%
G=29.12%
B=39.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621522080.220.2700.18250.7137.3370.59
HexA298D0161B012fb2547
Octal242230320263302237345107
Binary1010001010011000110100001011011011010010111110111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298D0; }

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

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

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

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

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

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

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

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