#A489C4

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

Shades of Cold Purple #A489C4

Tints of Cold Purple #A489C4

Color information

#A489C4 (or 0xA489C4) is unknown color: approx Cold Purple. HEX triplet: A4, 89 and C4. RGB value is (164,137,196). Sum of RGB (Red+Green+Blue) = 164+137+196=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #A489C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489C4 is #5B763B. Grayscale: #979797. Windows color (decimal): -5994044 or 12880292. OLE color: 12880292.

HSL color Cylindrical-coordinate representation of color #A489C4: hue angle of 267.46º degrees, saturation: 0.33, 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 #A489C4 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164137196-
CMYK0.160.3000.23
HSL267.46º33.33%65.29%-
HSV(B)267.46º30.1%76.86%-
XYZ34.2229.7756.17-
YUV151.8152.95136.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 196 (76.95% from 255) = 39.44%
R=33.00%
G=27.57%
B=39.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641371960.160.3000.23267.4633.3365.29
HexA489C4101E01710b2141
Octal244211304203602741341101
Binary10100100100010011100010010000111100101111000010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489C4; }

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

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

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

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

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

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

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

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