#A489D0

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

Shades of Cold Purple #A489D0

Tints of Cold Purple #A489D0

Color information

#A489D0 (or 0xA489D0) is unknown color: approx Cold Purple. HEX triplet: A4, 89 and D0. RGB value is (164,137,208). Sum of RGB (Red+Green+Blue) = 164+137+208=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #A489D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489D0 is #5B762F. Grayscale: #989898. Windows color (decimal): -5994032 or 13666724. OLE color: 13666724.

HSL color Cylindrical-coordinate representation of color #A489D0: hue angle of 262.82º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A489D0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164137208-
CMYK0.210.3400.18
HSL262.82º43.03%67.65%-
HSV(B)262.82º34.13%81.57%-
XYZ35.6430.3463.65-
YUV153.17158.95135.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=32.22%
G=26.92%
B=40.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641372080.210.3400.18262.8243.0367.65
HexA489D015220121072b44
Octal244211320254202240753104
Binary101001001000100111010000101011000100100101000001111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489D0; }

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

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

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

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

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

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

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

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