#A386CE

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

Shades of Cold Purple #A386CE

Tints of Cold Purple #A386CE

Color information

#A386CE (or 0xA386CE) is unknown color: approx Cold Purple. HEX triplet: A3, 86 and CE. RGB value is (163,134,206). Sum of RGB (Red+Green+Blue) = 163+134+206=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A386CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CE is #5C7931. Grayscale: #969696. Windows color (decimal): -6060338 or 13534883. OLE color: 13534883.

HSL color Cylindrical-coordinate representation of color #A386CE: hue angle of 264.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A386CE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163134206-
CMYK0.210.3500.19
HSL264.17º42.35%66.67%-
HSV(B)264.17º34.95%80.78%-
XYZ34.7729.2962.21-
YUV150.88159.11136.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=32.41%
G=26.64%
B=40.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631342060.210.3500.19264.1742.3566.67
HexA386CE15230131082a43
Octal243206316254302341052103
Binary101000111000011011001110101011000110100111000010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386CE; }

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

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

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

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

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

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

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

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