#A072EB

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

Shades of Medium Purple #A072EB

Tints of Medium Purple #A072EB

Color information

#A072EB (or 0xA072EB) is unknown color: approx Medium Purple. HEX triplet: A0, 72 and EB. RGB value is (160,114,235). Sum of RGB (Red+Green+Blue) = 160+114+235=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #A072EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072EB is #5F8D14. Grayscale: #8D8D8D. Windows color (decimal): -6262037 or 15430304. OLE color: 15430304.

HSL color Cylindrical-coordinate representation of color #A072EB: hue angle of 262.81º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A072EB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160114235-
CMYK0.320.5100.08
HSL262.81º75.16%68.43%-
HSV(B)262.81º51.49%92.16%-
XYZ35.5125.5181.65-
YUV141.55180.74141.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=31.43%
G=22.40%
B=46.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601142350.320.5100.08262.8175.1668.43
HexA072EB2033081074b44
Octal2401623534063010407113104
Binary101000001110010111010111000001100110100010000011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072EB; }

 p { color: rgb(160,114,235); }

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

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

 a { background-color: rgb(160,114,235); }

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

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

 span { border-color: rgb(160,114,235); }

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