#A387C2

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

Shades of Cold Purple #A387C2

Tints of Cold Purple #A387C2

Color information

#A387C2 (or 0xA387C2) is unknown color: approx Cold Purple. HEX triplet: A3, 87 and C2. RGB value is (163,135,194). Sum of RGB (Red+Green+Blue) = 163+135+194=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #A387C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C2 is #5C783D. Grayscale: #959595. Windows color (decimal): -6060094 or 12748707. OLE color: 12748707.

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

Color convert

RGB163135194-
CMYK0.160.3000.24
HSL268.47º32.6%64.51%-
HSV(B)268.47º30.41%76.08%-
XYZ33.5129.0154.87-
YUV150.1152.78137.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=33.13%
G=27.44%
B=39.43%

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
Decimal1631351940.160.3000.24268.4732.664.51
HexA387C2101E01810c2141
Octal243207302203603041441101
Binary10100011100001111100001010000111100110001000011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387C2; }

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

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

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

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

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

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

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

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