#A487CC

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

Shades of Cold Purple #A487CC

Tints of Cold Purple #A487CC

Color information

#A487CC (or 0xA487CC) is unknown color: approx Cold Purple. HEX triplet: A4, 87 and CC. RGB value is (164,135,204). Sum of RGB (Red+Green+Blue) = 164+135+204=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A487CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487CC is #5B7833. Grayscale: #979797. Windows color (decimal): -5994548 or 13404068. OLE color: 13404068.

HSL color Cylindrical-coordinate representation of color #A487CC: hue angle of 265.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A487CC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164135204-
CMYK0.200.3400.2
HSL265.22º40.35%66.47%-
HSV(B)265.22º33.82%80%-
XYZ34.8729.5861-
YUV151.54157.61136.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=32.60%
G=26.84%
B=40.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641352040.200.3400.2265.2240.3566.47
HexA487CC14220141092842
Octal244207314244202441150102
Binary101001001000011111001100101001000100101001000010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487CC; }

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

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

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

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

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

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

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

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