#A289D0

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

Shades of Cold Purple #A289D0

Tints of Cold Purple #A289D0

Color information

#A289D0 (or 0xA289D0) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and D0. RGB value is (162,137,208). Sum of RGB (Red+Green+Blue) = 162+137+208=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #A289D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289D0 is #5D762F. Grayscale: #989898. Windows color (decimal): -6125104 or 13666722. OLE color: 13666722.

HSL color Cylindrical-coordinate representation of color #A289D0: hue angle of 261.13º 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 #A289D0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162137208-
CMYK0.220.3400.18
HSL261.13º43.03%67.65%-
HSV(B)261.13º34.13%81.57%-
XYZ35.2330.1363.63-
YUV152.57159.28134.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=31.95%
G=27.02%
B=41.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621372080.220.3400.18261.1343.0367.65
HexA289D016220121052b44
Octal242211320264202240553104
Binary101000101000100111010000101101000100100101000001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289D0; }

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

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

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

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

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

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

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

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