#A499B4

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

Shades of Cold Purple #A499B4

Tints of Cold Purple #A499B4

Color information

#A499B4 (or 0xA499B4) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and B4. RGB value is (164,153,180). Sum of RGB (Red+Green+Blue) = 164+153+180=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #A499B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499B4 is #5B664B. Grayscale: #9F9F9F. Windows color (decimal): -5989964 or 11835812. OLE color: 11835812.

HSL color Cylindrical-coordinate representation of color #A499B4: hue angle of 264.44º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A499B4 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164153180-
CMYK0.090.1500.29
HSL264.44º15.25%65.29%-
HSV(B)264.44º15%70.59%-
XYZ34.9433.9747.9-
YUV159.37139.64131.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=33.00%
G=30.78%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641531800.090.1500.29264.4415.2565.29
HexA499B49F01D108f41
Octal244231264111703541017101
Binary1010010010011001101101001001111101110110000100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499B4; }

 p { color: rgb(164,153,180); }

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

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

 a { background-color: rgb(164,153,180); }

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

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

 span { border-color: rgb(164,153,180); }

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