#A071E0

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

Shades of Medium Purple #A071E0

Tints of Medium Purple #A071E0

Color information

#A071E0 (or 0xA071E0) is unknown color: approx Medium Purple. HEX triplet: A0, 71 and E0. RGB value is (160,113,224). Sum of RGB (Red+Green+Blue) = 160+113+224=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #A071E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071E0 is #5F8E1F. Grayscale: #8B8B8B. Windows color (decimal): -6262304 or 14709152. OLE color: 14709152.

HSL color Cylindrical-coordinate representation of color #A071E0: hue angle of 265.41º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A071E0 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160113224-
CMYK0.290.5000.12
HSL265.41º64.16%66.08%-
HSV(B)265.41º49.55%87.84%-
XYZ33.8624.6773.5-
YUV139.71175.57142.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=32.19%
G=22.74%
B=45.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601132240.290.5000.12265.4164.1666.08
HexA071E01D320C1094042
Octal2401613403562014411100102
Binary10100000111000111100000111011100100110010000100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071E0; }

 p { color: rgb(160,113,224); }

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

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

 a { background-color: rgb(160,113,224); }

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

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

 span { border-color: rgb(160,113,224); }

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