#a386c0

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

Shades of Cold Purple #A386C0

Tints of Cold Purple #A386C0

Color information

#A386C0 (or 0xA386C0) is unknown color: approx Cold Purple. HEX triplet: A3, 86 and C0. RGB value is (163,134,192). Sum of RGB (Red+Green+Blue) = 163+134+192=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #A386C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386C0 is #5C793F. Grayscale: #959595. Windows color (decimal): -6060352 or 12617379. OLE color: 12617379.

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

Color convert

RGB163134192-
CMYK0.150.3000.25
HSL270º31.52%63.92%-
HSV(B)270º30.21%75.29%-
XYZ33.1428.6453.65-
YUV149.28152.11137.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=33.33%
G=27.40%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631341920.150.3000.2527031.5263.92
HexA386C0F1E01910e2040
Octal243206300173603141640100
Binary1010001110000110110000001111111100110011000011101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a386c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a386c0; }

 p { color: rgb(163,134,192); }

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

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

 a { background-color: rgb(163,134,192); }

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

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

 span { border-color: rgb(163,134,192); }

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