Html Css Color HEX #A072E1 Medium Purple

📋 copy color: '#A072E1'

red 160 ◦ green 114 ◦ blue 225

#A072E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A072E1

Tints of Medium Purple #A072E1

RGB

 RED value IS 160 (62.89% from 255) = 32.06%

 GREEN value IS 114 (44.92% from 255) = 22.85%

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 32.06%
G = 22.85%
B = 45.09%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A072E1 (or 0xA072E1) is known color: Medium Purple. HEX triplet: A0, 72 and E1. RGB value is (160,114,225). Sum of RGB (Red+Green+Blue) = 160+114+225=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #A072E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072E1 is #5F8D1E. Grayscale: #8C8C8C. Windows color (decimal): -6262047 or 14774944. OLE color: 14774944.

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

Color convert

RGB 160 114 225 -
CMYK 0.29 0.49 0 0.12
HSL 264.86º 0.65% 0.66% -
HSV(B) 264.86º 0.49% 0.88% -
XYZ 34.11 24.94 74.25 -
YUV 140.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 160 114 225 0.29 0.49 0 0.12 264.86 0.65 0.66
Hex A0 72 E1 1D 31 0 C 109 41 42
Octal 240 162 341 35 61 0 14 411 101 102
Binary 10100000 1110010 11100001 11101 110001 0 1100 100001001 1000001 1000010

Color Harmonies of #A072E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072E1

Black with #A072E1

Text Example


Text Example

White with #A072E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072E1; }

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

 H1.HeaderClassName
 {
   color: #A072E1;
 }
 .AnyTagClassName
 {
   color: #A072E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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