Html Css Color HEX #A073E6 Medium Purple

📋 copy color: '#A073E6'

red 160 ◦ green 115 ◦ blue 230

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

Shades of Medium Purple #A073E6

Tints of Medium Purple #A073E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 31.68%
G = 22.77%
B = 45.54%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A073E6 (or 0xA073E6) is known color: Medium Purple. HEX triplet: A0, 73 and E6. RGB value is (160,115,230). Sum of RGB (Red+Green+Blue) = 160+115+230=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #A073E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073E6 is #5F8C19. Grayscale: #8D8D8D. Windows color (decimal): -6261786 or 15102880. OLE color: 15102880.

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

Color convert

RGB 160 115 230 -
CMYK 0.30 0.5 0 0.10
HSL 263.48º 0.7% 0.68% -
HSV(B) 263.48º 0.5% 0.9% -
XYZ 34.91 25.45 77.93 -
YUV 141.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 160 115 230 0.30 0.5 0 0.10 263.48 0.7 0.68
Hex A0 73 E6 1E 32 0 A 107 46 44
Octal 240 163 346 36 62 0 12 407 106 104
Binary 10100000 1110011 11100110 11110 110010 0 1010 100000111 1000110 1000100

Color Harmonies of #A073E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073E6

Black with #A073E6

Text Example


Text Example

White with #A073E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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