#A498CB

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

Shades of Wistful #A498CB

Tints of Wistful #A498CB

Color information

#A498CB (or 0xA498CB) is unknown color: approx Wistful. HEX triplet: A4, 98 and CB. RGB value is (164,152,203). Sum of RGB (Red+Green+Blue) = 164+152+203=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A498CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498CB is #5B6734. Grayscale: #A1A1A1. Windows color (decimal): -5990197 or 13342884. OLE color: 13342884.

HSL color Cylindrical-coordinate representation of color #A498CB: hue angle of 254.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A498CB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164152203-
CMYK0.190.2500.20
HSL254.12º32.9%69.61%-
HSV(B)254.12º25.12%79.61%-
XYZ37.3234.6661.22-
YUV161.4151.48129.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=31.60%
G=29.29%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641522030.190.2500.20254.1232.969.61
HexA498CB1319014fe2146
Octal244230313233102437641106
Binary1010010010011000110010111001111001010100111111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498CB; }

 p { color: rgb(164,152,203); }

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

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

 a { background-color: rgb(164,152,203); }

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

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

 span { border-color: rgb(164,152,203); }

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