#A499BE

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

Shades of Cold Purple #A499BE

Tints of Cold Purple #A499BE

Color information

#A499BE (or 0xA499BE) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and BE. RGB value is (164,153,190). Sum of RGB (Red+Green+Blue) = 164+153+190=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A499BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BE is #5B6641. Grayscale: #A0A0A0. Windows color (decimal): -5989954 or 12491172. OLE color: 12491172.

HSL color Cylindrical-coordinate representation of color #A499BE: hue angle of 257.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A499BE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164153190-
CMYK0.140.1900.25
HSL257.84º22.16%67.25%-
HSV(B)257.84º19.47%74.51%-
XYZ3634.3953.46-
YUV160.51144.64130.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=32.35%
G=30.18%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641531900.140.1900.25257.8422.1667.25
HexA499BEE130191021643
Octal244231276162303140226103
Binary101001001001100110111110111010011011001100000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499BE; }

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

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

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

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

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

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

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

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