Html Css Color HEX #A073EE Medium Purple

📋 copy color: '#A073EE'

red 160 ◦ green 115 ◦ blue 238

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

Shades of Medium Purple #A073EE

Tints of Medium Purple #A073EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 31.19%
G = 22.42%
B = 46.39%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A073EE (or 0xA073EE) is known color: Medium Purple. HEX triplet: A0, 73 and EE. RGB value is (160,115,238). Sum of RGB (Red+Green+Blue) = 160+115+238=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #A073EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073EE is #5F8C11. Grayscale: #8E8E8E. Windows color (decimal): -6261778 or 15627168. OLE color: 15627168.

HSL color Cylindrical-coordinate representation of color #A073EE: hue angle of 261.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A073EE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 115 238 -
CMYK 0.33 0.52 0 0.07
HSL 261.95º 0.78% 0.69% -
HSV(B) 261.95º 0.52% 0.93% -
XYZ 36.06 25.91 83.99 -
YUV 142.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 160 115 238 0.33 0.52 0 0.07 261.95 0.78 0.69
Hex A0 73 EE 21 34 0 7 106 4E 45
Octal 240 163 356 41 64 0 7 406 116 105
Binary 10100000 1110011 11101110 100001 110100 0 111 100000110 1001110 1000101

Color Harmonies of #A073EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073EE

Black with #A073EE

Text Example


Text Example

White with #A073EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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