#A499BF

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

Shades of Cold Purple #A499BF

Tints of Cold Purple #A499BF

Color information

#A499BF (or 0xA499BF) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and BF. RGB value is (164,153,191). Sum of RGB (Red+Green+Blue) = 164+153+191=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A499BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BF is #5B6640. Grayscale: #A0A0A0. Windows color (decimal): -5989953 or 12556708. OLE color: 12556708.

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

Color convert

RGB164153191-
CMYK0.140.2000.25
HSL257.37º22.89%67.45%-
HSV(B)257.37º19.9%74.9%-
XYZ36.1134.4454.03-
YUV160.62145.14130.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 191 (75% from 255) = 37.60%
R=32.28%
G=30.12%
B=37.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641531910.140.2000.25257.3722.8967.45
HexA499BFE140191011743
Octal244231277162403140127103
Binary101001001001100110111111111010100011001100000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499BF; }

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

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

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

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

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

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

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

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