#A489C0

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

Shades of Cold Purple #A489C0

Tints of Cold Purple #A489C0

Color information

#A489C0 (or 0xA489C0) is unknown color: approx Cold Purple. HEX triplet: A4, 89 and C0. RGB value is (164,137,192). Sum of RGB (Red+Green+Blue) = 164+137+192=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #A489C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489C0 is #5B763F. Grayscale: #979797. Windows color (decimal): -5994048 or 12618148. OLE color: 12618148.

HSL color Cylindrical-coordinate representation of color #A489C0: hue angle of 269.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A489C0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164137192-
CMYK0.150.2900.25
HSL269.45º30.39%64.51%-
HSV(B)269.45º28.65%75.29%-
XYZ33.7729.5953.8-
YUV151.34150.95137.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=33.27%
G=27.79%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641371920.150.2900.25269.4530.3964.51
HexA489C0F1D01910d1e41
Octal244211300173503141536101
Binary101001001000100111000000111111101011001100001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489C0; }

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

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

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

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

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

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

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

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