#A499BA

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

Shades of Cold Purple #A499BA

Tints of Cold Purple #A499BA

Color information

#A499BA (or 0xA499BA) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and BA. RGB value is (164,153,186). Sum of RGB (Red+Green+Blue) = 164+153+186=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A499BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BA is #5B6645. Grayscale: #9F9F9F. Windows color (decimal): -5989958 or 12229028. OLE color: 12229028.

HSL color Cylindrical-coordinate representation of color #A499BA: hue angle of 260º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A499BA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164153186-
CMYK0.120.1800.27
HSL260º19.3%66.47%-
HSV(B)260º17.74%72.94%-
XYZ35.5634.2251.19-
YUV160.05142.64130.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=32.60%
G=30.42%
B=36.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641531860.120.1800.2726019.366.47
HexA499BAC1201B1041342
Octal244231272142203340423102
Binary101001001001100110111010110010010011011100000100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499BA; }

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

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

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

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

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

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

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

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