#A49AB3

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

Shades of Cold Purple #A49AB3

Tints of Cold Purple #A49AB3

Color information

#A49AB3 (or 0xA49AB3) is unknown color: approx Cold Purple. HEX triplet: A4, 9A and B3. RGB value is (164,154,179). Sum of RGB (Red+Green+Blue) = 164+154+179=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: blue. Hex color #A49AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AB3 is #5B654C. Grayscale: #9F9F9F. Windows color (decimal): -5989709 or 11770532. OLE color: 11770532.

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

Color convert

RGB164154179-
CMYK0.080.1400.30
HSL264º14.12%65.29%-
HSV(B)264º13.97%70.2%-
XYZ3534.2647.42-
YUV159.84138.81130.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=33.00%
G=30.99%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641541790.080.1400.3026414.1265.29
HexA49AB38E01E108e41
Octal244232263101603641016101
Binary1010010010011010101100111000111001111010000100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AB3; }

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

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

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

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

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

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

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

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