#A387C1

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

Shades of Cold Purple #A387C1

Tints of Cold Purple #A387C1

Color information

#A387C1 (or 0xA387C1) is unknown color: approx Cold Purple. HEX triplet: A3, 87 and C1. RGB value is (163,135,193). Sum of RGB (Red+Green+Blue) = 163+135+193=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A387C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C1 is #5C783E. Grayscale: #959595. Windows color (decimal): -6060095 or 12683171. OLE color: 12683171.

HSL color Cylindrical-coordinate representation of color #A387C1: hue angle of 268.97º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A387C1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163135193-
CMYK0.160.3000.24
HSL268.97º31.87%64.31%-
HSV(B)268.97º30.05%75.69%-
XYZ33.3928.9654.28-
YUV149.98152.28137.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=33.20%
G=27.49%
B=39.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631351930.160.3000.24268.9731.8764.31
HexA387C1101E01810d2040
Octal243207301203603041540100
Binary10100011100001111100000110000111100110001000011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387C1; }

 p { color: rgb(163,135,193); }

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

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

 a { background-color: rgb(163,135,193); }

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

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

 span { border-color: rgb(163,135,193); }

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