#a07ee2

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

Shades of Medium Purple #A07EE2

Tints of Medium Purple #A07EE2

Color information

#A07EE2 (or 0xA07EE2) is unknown color: approx Medium Purple. HEX triplet: A0, 7E and E2. RGB value is (160,126,226). Sum of RGB (Red+Green+Blue) = 160+126+226=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #A07EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EE2 is #5F811D. Grayscale: #939393. Windows color (decimal): -6258974 or 14843552. OLE color: 14843552.

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

Color convert

RGB160126226-
CMYK0.290.4400.11
HSL260.4º63.29%69.02%-
HSV(B)260.4º44.25%88.63%-
XYZ35.6927.8975.45-
YUV147.57172.26136.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 226 (88.67% from 255) = 44.14%
R=31.25%
G=24.61%
B=44.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601262260.290.4400.11260.463.2969.02
HexA07EE21D2C0B1043f45
Octal240176342355401340477105
Binary1010000011111101110001011101101100010111000001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07ee2; }

 p { color: rgb(160,126,226); }

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

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

 a { background-color: rgb(160,126,226); }

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

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

 span { border-color: rgb(160,126,226); }

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