Html Css Color HEX #A073ED Medium Purple

📋 copy color: '#A073ED'

red 160 ◦ green 115 ◦ blue 237

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

Shades of Medium Purple #A073ED

Tints of Medium Purple #A073ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 31.25%
G = 22.46%
B = 46.29%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A073ED (or 0xA073ED) is known color: Medium Purple. HEX triplet: A0, 73 and ED. RGB value is (160,115,237). Sum of RGB (Red+Green+Blue) = 160+115+237=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A073ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073ED is #5F8C12. Grayscale: #8D8D8D. Windows color (decimal): -6261779 or 15561632. OLE color: 15561632.

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

Color convert

RGB 160 115 237 -
CMYK 0.32 0.51 0 0.07
HSL 262.13º 0.77% 0.69% -
HSV(B) 262.13º 0.51% 0.93% -
XYZ 35.91 25.85 83.22 -
YUV 142.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 160 115 237 0.32 0.51 0 0.07 262.13 0.77 0.69
Hex A0 73 ED 20 33 0 7 106 4D 45
Octal 240 163 355 40 63 0 7 406 115 105
Binary 10100000 1110011 11101101 100000 110011 0 111 100000110 1001101 1000101

Color Harmonies of #A073ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073ED

Black with #A073ED

Text Example


Text Example

White with #A073ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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