#A386CC

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

Shades of Cold Purple #A386CC

Tints of Cold Purple #A386CC

Color information

#A386CC (or 0xA386CC) is unknown color: approx Cold Purple. HEX triplet: A3, 86 and CC. RGB value is (163,134,204). Sum of RGB (Red+Green+Blue) = 163+134+204=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A386CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CC is #5C7933. Grayscale: #969696. Windows color (decimal): -6060340 or 13403811. OLE color: 13403811.

HSL color Cylindrical-coordinate representation of color #A386CC: hue angle of 264.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A386CC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163134204-
CMYK0.200.3400.2
HSL264.86º40.7%66.27%-
HSV(B)264.86º34.31%80%-
XYZ34.5329.260.94-
YUV150.65158.11136.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=32.53%
G=26.75%
B=40.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631342040.200.3400.2264.8640.766.27
HexA386CC14220141092942
Octal243206314244202441151102
Binary101000111000011011001100101001000100101001000010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386CC; }

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

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

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

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

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

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

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

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