#A489C5

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

Shades of Cold Purple #A489C5

Tints of Cold Purple #A489C5

Color information

#A489C5 (or 0xA489C5) is unknown color: approx Cold Purple. HEX triplet: A4, 89 and C5. RGB value is (164,137,197). Sum of RGB (Red+Green+Blue) = 164+137+197=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #A489C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489C5 is #5B763A. Grayscale: #979797. Windows color (decimal): -5994043 or 12945828. OLE color: 12945828.

HSL color Cylindrical-coordinate representation of color #A489C5: hue angle of 267º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A489C5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164137197-
CMYK0.170.3000.23
HSL267º34.09%65.49%-
HSV(B)267º30.46%77.25%-
XYZ34.3329.8256.77-
YUV151.91153.45136.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 197 (77.34% from 255) = 39.56%
R=32.93%
G=27.51%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641371970.170.3000.2326734.0965.49
HexA489C5111E01710b2241
Octal244211305213602741342101
Binary10100100100010011100010110001111100101111000010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489C5; }

 p { color: rgb(164,137,197); }

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

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

 a { background-color: rgb(164,137,197); }

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

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

 span { border-color: rgb(164,137,197); }

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