#A49ABA

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

Shades of Cold Purple #A49ABA

Tints of Cold Purple #A49ABA

Color information

#A49ABA (or 0xA49ABA) is unknown color: approx Cold Purple. HEX triplet: A4, 9A and BA. RGB value is (164,154,186). Sum of RGB (Red+Green+Blue) = 164+154+186=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A49ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ABA is #5B6545. Grayscale: #A0A0A0. Windows color (decimal): -5989702 or 12229284. OLE color: 12229284.

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

Color convert

RGB164154186-
CMYK0.120.1700.27
HSL258.75º18.82%66.67%-
HSV(B)258.75º17.2%72.94%-
XYZ35.7334.5551.24-
YUV160.64142.31130.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=32.54%
G=30.56%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641541860.120.1700.27258.7518.8266.67
HexA49ABAC1101B1031343
Octal244232272142103340323103
Binary101001001001101010111010110010001011011100000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ABA; }

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

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

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

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

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

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

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

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