#A367E6

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

Shades of Medium Purple #A367E6

Tints of Medium Purple #A367E6

Color information

#A367E6 (or 0xA367E6) is unknown color: approx Medium Purple. HEX triplet: A3, 67 and E6. RGB value is (163,103,230). Sum of RGB (Red+Green+Blue) = 163+103+230=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #A367E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367E6 is #5C9819. Grayscale: #868686. Windows color (decimal): -6068250 or 15099811. OLE color: 15099811.

HSL color Cylindrical-coordinate representation of color #A367E6: hue angle of 268.35º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A367E6 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163103230-
CMYK0.290.5500.10
HSL268.35º71.75%65.29%-
HSV(B)268.35º55.22%90.2%-
XYZ34.2423.277.54-
YUV135.42181.38147.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=32.86%
G=20.77%
B=46.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631032300.290.5500.10268.3571.7565.29
HexA367E61D370A10c4841
Octal2431473463567012414110101
Binary10100011110011111100110111011101110101010000110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367E6; }

 p { color: rgb(163,103,230); }

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

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

 a { background-color: rgb(163,103,230); }

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

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

 span { border-color: rgb(163,103,230); }

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