Html Css Color HEX #A073DC Medium Purple

📋 copy color: '#A073DC'

red 160 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #A073DC

Tints of Medium Purple #A073DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 32.32%
G = 23.23%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A073DC (or 0xA073DC) is known color: Medium Purple. HEX triplet: A0, 73 and DC. RGB value is (160,115,220). Sum of RGB (Red+Green+Blue) = 160+115+220=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #A073DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073DC is #5F8C23. Grayscale: #8C8C8C. Windows color (decimal): -6261796 or 14447520. OLE color: 14447520.

HSL color Cylindrical-coordinate representation of color #A073DC: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A073DC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 115 220 -
CMYK 0.27 0.48 0 0.14
HSL 265.71º 0.6% 0.66% -
HSV(B) 265.71º 0.48% 0.86% -
XYZ 33.55 24.9 70.75 -
YUV 140.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 160 115 220 0.27 0.48 0 0.14 265.71 0.6 0.66
Hex A0 73 DC 1B 30 0 E 10A 3C 42
Octal 240 163 334 33 60 0 16 412 74 102
Binary 10100000 1110011 11011100 11011 110000 0 1110 100001010 111100 1000010

Color Harmonies of #A073DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073DC

Black with #A073DC

Text Example


Text Example

White with #A073DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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