#A489CA

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

Shades of Cold Purple #A489CA

Tints of Cold Purple #A489CA

Color information

#A489CA (or 0xA489CA) is unknown color: approx Cold Purple. HEX triplet: A4, 89 and CA. RGB value is (164,137,202). Sum of RGB (Red+Green+Blue) = 164+137+202=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A489CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489CA is #5B7635. Grayscale: #989898. Windows color (decimal): -5994038 or 13273508. OLE color: 13273508.

HSL color Cylindrical-coordinate representation of color #A489CA: hue angle of 264.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A489CA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164137202-
CMYK0.190.3200.21
HSL264.92º38.01%66.47%-
HSV(B)264.92º32.18%79.22%-
XYZ34.9230.0559.84-
YUV152.48155.95136.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=32.60%
G=27.24%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641372020.190.3200.21264.9238.0166.47
HexA489CA13200151092642
Octal244211312234002541146102
Binary101001001000100111001010100111000000101011000010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489CA; }

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

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

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

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

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

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

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

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