Html Css Color HEX #A073DA Medium Purple

📋 copy color: '#A073DA'

red 160 ◦ green 115 ◦ blue 218

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

Shades of Medium Purple #A073DA

Tints of Medium Purple #A073DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 32.45%
G = 23.33%
B = 44.22%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A073DA (or 0xA073DA) is known color: Medium Purple. HEX triplet: A0, 73 and DA. RGB value is (160,115,218). Sum of RGB (Red+Green+Blue) = 160+115+218=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A073DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073DA is #5F8C25. Grayscale: #8B8B8B. Windows color (decimal): -6261798 or 14316448. OLE color: 14316448.

HSL color Cylindrical-coordinate representation of color #A073DA: hue angle of 266.21º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A073DA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 115 218 -
CMYK 0.27 0.47 0 0.15
HSL 266.21º 0.58% 0.65% -
HSV(B) 266.21º 0.47% 0.85% -
XYZ 33.28 24.8 69.36 -
YUV 140.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 160 115 218 0.27 0.47 0 0.15 266.21 0.58 0.65
Hex A0 73 DA 1B 2F 0 F 10A 3A 41
Octal 240 163 332 33 57 0 17 412 72 101
Binary 10100000 1110011 11011010 11011 101111 0 1111 100001010 111010 1000001

Color Harmonies of #A073DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073DA

Black with #A073DA

Text Example


Text Example

White with #A073DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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