#A49CB3

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

Shades of Cold Purple #A49CB3

Tints of Cold Purple #A49CB3

Color information

#A49CB3 (or 0xA49CB3) is unknown color: approx Cold Purple. HEX triplet: A4, 9C and B3. RGB value is (164,156,179). Sum of RGB (Red+Green+Blue) = 164+156+179=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #A49CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CB3 is #5B634C. Grayscale: #A0A0A0. Windows color (decimal): -5989197 or 11771044. OLE color: 11771044.

HSL color Cylindrical-coordinate representation of color #A49CB3: hue angle of 260.87º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49CB3 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164156179-
CMYK0.080.1300.30
HSL260.87º13.14%65.69%-
HSV(B)260.87º12.85%70.2%-
XYZ35.3334.9247.53-
YUV161.01138.15130.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=32.87%
G=31.26%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641561790.080.1300.30260.8713.1465.69
HexA49CB38D01E105d42
Octal244234263101503640515102
Binary1010010010011100101100111000110101111010000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CB3; }

 p { color: rgb(164,156,179); }

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

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

 a { background-color: rgb(164,156,179); }

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

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

 span { border-color: rgb(164,156,179); }

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