#A499BB

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

Shades of Cold Purple #A499BB

Tints of Cold Purple #A499BB

Color information

#A499BB (or 0xA499BB) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and BB. RGB value is (164,153,187). Sum of RGB (Red+Green+Blue) = 164+153+187=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #A499BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BB is #5B6644. Grayscale: #A0A0A0. Windows color (decimal): -5989957 or 12294564. OLE color: 12294564.

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

Color convert

RGB164153187-
CMYK0.120.1800.27
HSL259.41º20%66.67%-
HSV(B)259.41º18.18%73.33%-
XYZ35.6734.2651.75-
YUV160.16143.14130.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=32.54%
G=30.36%
B=37.10%

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
Decimal1641531870.120.1800.27259.412066.67
HexA499BBC1201B1031443
Octal244231273142203340324103
Binary101001001001100110111011110010010011011100000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499BB; }

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

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

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

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

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

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

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

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