#A487CE

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

Shades of Cold Purple #A487CE

Tints of Cold Purple #A487CE

Color information

#A487CE (or 0xA487CE) is unknown color: approx Cold Purple. HEX triplet: A4, 87 and CE. RGB value is (164,135,206). Sum of RGB (Red+Green+Blue) = 164+135+206=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A487CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487CE is #5B7831. Grayscale: #979797. Windows color (decimal): -5994546 or 13535140. OLE color: 13535140.

HSL color Cylindrical-coordinate representation of color #A487CE: hue angle of 264.51º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A487CE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164135206-
CMYK0.200.3400.19
HSL264.51º42.01%66.86%-
HSV(B)264.51º34.47%80.78%-
XYZ35.1129.6862.27-
YUV151.77158.61136.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=32.48%
G=26.73%
B=40.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641352060.200.3400.19264.5142.0166.86
HexA487CE14220131092a43
Octal244207316244202341152103
Binary101001001000011111001110101001000100100111000010011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487CE; }

 p { color: rgb(164,135,206); }

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

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

 a { background-color: rgb(164,135,206); }

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

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

 span { border-color: rgb(164,135,206); }

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