#A298CA

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

Shades of Wistful #A298CA

Tints of Wistful #A298CA

Color information

#A298CA (or 0xA298CA) is unknown color: approx Wistful. HEX triplet: A2, 98 and CA. RGB value is (162,152,202). Sum of RGB (Red+Green+Blue) = 162+152+202=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A298CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298CA is #5D6735. Grayscale: #A0A0A0. Windows color (decimal): -6121270 or 13277346. OLE color: 13277346.

HSL color Cylindrical-coordinate representation of color #A298CA: hue angle of 252º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A298CA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162152202-
CMYK0.200.2500.21
HSL252º32.05%69.41%-
HSV(B)252º24.75%79.22%-
XYZ36.7934.460.58-
YUV160.69151.31128.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=31.40%
G=29.46%
B=39.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621522020.200.2500.2125232.0569.41
HexA298CA1419015fc2045
Octal242230312243102537440105
Binary1010001010011000110010101010011001010101111111001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298CA; }

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

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

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

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

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

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

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

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