Html Css Color HEX #A073E0 Medium Purple

📋 copy color: '#A073E0'

red 160 ◦ green 115 ◦ blue 224

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

Shades of Medium Purple #A073E0

Tints of Medium Purple #A073E0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.05%

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 32.06%
G = 23.05%
B = 44.89%

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

#A073E0 (or 0xA073E0) is known color: Medium Purple. HEX triplet: A0, 73 and E0. RGB value is (160,115,224). Sum of RGB (Red+Green+Blue) = 160+115+224=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #A073E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073E0 is #5F8C1F. Grayscale: #8C8C8C. Windows color (decimal): -6261792 or 14709664. OLE color: 14709664.

HSL color Cylindrical-coordinate representation of color #A073E0: hue angle of 264.77º degrees, saturation: 0.64, 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 #A073E0 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 115 224 -
CMYK 0.29 0.49 0 0.12
HSL 264.77º 0.64% 0.66% -
HSV(B) 264.77º 0.49% 0.88% -
XYZ 34.08 25.12 73.57 -
YUV 140.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 160 115 224 0.29 0.49 0 0.12 264.77 0.64 0.66
Hex A0 73 E0 1D 31 0 C 109 40 42
Octal 240 163 340 35 61 0 14 411 100 102
Binary 10100000 1110011 11100000 11101 110001 0 1100 100001001 1000000 1000010

Color Harmonies of #A073E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073E0

Black with #A073E0

Text Example


Text Example

White with #A073E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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