#A067E3

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

Shades of Medium Purple #A067E3

Tints of Medium Purple #A067E3

Color information

#A067E3 (or 0xA067E3) is unknown color: approx Medium Purple. HEX triplet: A0, 67 and E3. RGB value is (160,103,227). Sum of RGB (Red+Green+Blue) = 160+103+227=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #A067E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067E3 is #5F981C. Grayscale: #858585. Windows color (decimal): -6264861 or 14903200. OLE color: 14903200.

HSL color Cylindrical-coordinate representation of color #A067E3: hue angle of 267.58º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A067E3 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160103227-
CMYK0.300.5500.11
HSL267.58º68.89%64.71%-
HSV(B)267.58º54.63%89.02%-
XYZ33.2122.7275.31-
YUV134.18180.38146.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 227 (89.06% from 255) = 46.33%
R=32.65%
G=21.02%
B=46.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601032270.300.5500.11267.5868.8964.71
HexA067E31E370B10c4541
Octal2401473433667013414105101
Binary10100000110011111100011111101101110101110000110010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067E3; }

 p { color: rgb(160,103,227); }

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

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

 a { background-color: rgb(160,103,227); }

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

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

 span { border-color: rgb(160,103,227); }

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