Html Css Color HEX #A073F9 Medium Purple

📋 copy color: '#A073F9'

red 160 ◦ green 115 ◦ blue 249

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

Shades of Medium Purple #A073F9

Tints of Medium Purple #A073F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 30.53%
G = 21.95%
B = 47.52%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A073F9 (or 0xA073F9) is known color: Medium Purple. HEX triplet: A0, 73 and F9. RGB value is (160,115,249). Sum of RGB (Red+Green+Blue) = 160+115+249=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #A073F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073F9 is #5F8C06. Grayscale: #8F8F8F. Windows color (decimal): -6261767 or 16348064. OLE color: 16348064.

HSL color Cylindrical-coordinate representation of color #A073F9: hue angle of 260.15º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A073F9 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 115 249 -
CMYK 0.36 0.54 0 0.02
HSL 260.15º 0.92% 0.71% -
HSV(B) 260.15º 0.54% 0.98% -
XYZ 37.73 26.57 92.76 -
YUV 143.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 160 115 249 0.36 0.54 0 0.02 260.15 0.92 0.71
Hex A0 73 F9 24 36 0 2 104 5C 47
Octal 240 163 371 44 66 0 2 404 134 107
Binary 10100000 1110011 11111001 100100 110110 0 10 100000100 1011100 1000111

Color Harmonies of #A073F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073F9

Black with #A073F9

Text Example


Text Example

White with #A073F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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