#A387C8

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

Shades of Cold Purple #A387C8

Tints of Cold Purple #A387C8

Color information

#A387C8 (or 0xA387C8) is unknown color: approx Cold Purple. HEX triplet: A3, 87 and C8. RGB value is (163,135,200). Sum of RGB (Red+Green+Blue) = 163+135+200=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #A387C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C8 is #5C7837. Grayscale: #969696. Windows color (decimal): -6060088 or 13141923. OLE color: 13141923.

HSL color Cylindrical-coordinate representation of color #A387C8: hue angle of 265.85º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A387C8 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163135200-
CMYK0.180.3200.22
HSL265.85º37.14%65.69%-
HSV(B)265.85º32.5%78.43%-
XYZ34.1929.2858.49-
YUV150.78155.78136.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 135 (53.12% from 255) = 27.11%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=32.73%
G=27.11%
B=40.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631352000.180.3200.22265.8537.1465.69
HexA387C8122001610a2542
Octal243207310224002641245102
Binary101000111000011111001000100101000000101101000010101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387C8; }

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

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

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

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

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

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

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

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