Html Css Color HEX #A072E5 Medium Purple

📋 copy color: '#A072E5'

red 160 ◦ green 114 ◦ blue 229

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

Shades of Medium Purple #A072E5

Tints of Medium Purple #A072E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 31.81%
G = 22.66%
B = 45.53%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A072E5 (or 0xA072E5) is known color: Medium Purple. HEX triplet: A0, 72 and E5. RGB value is (160,114,229). Sum of RGB (Red+Green+Blue) = 160+114+229=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #A072E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072E5 is #5F8D1A. Grayscale: #8C8C8C. Windows color (decimal): -6262043 or 15037088. OLE color: 15037088.

HSL color Cylindrical-coordinate representation of color #A072E5: hue angle of 264º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A072E5 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 114 229 -
CMYK 0.30 0.50 0 0.10
HSL 264º 0.69% 0.67% -
HSV(B) 264º 0.5% 0.9% -
XYZ 34.66 25.17 77.16 -
YUV 140.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 160 114 229 0.30 0.50 0 0.10 264 0.69 0.67
Hex A0 72 E5 1E 32 0 A 108 45 43
Octal 240 162 345 36 62 0 12 410 105 103
Binary 10100000 1110010 11100101 11110 110010 0 1010 100001000 1000101 1000011

Color Harmonies of #A072E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072E5

Black with #A072E5

Text Example


Text Example

White with #A072E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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