Html Css Color HEX #A173DC Medium Purple

📋 copy color: '#A173DC'

red 161 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #A173DC

Tints of Medium Purple #A173DC

RGB

 RED value IS 161 (63.28% from 255) = 32.46%

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

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

R = 32.46%
G = 23.19%
B = 44.35%

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

#A173DC (or 0xA173DC) is known color: Medium Purple. HEX triplet: A1, 73 and DC. RGB value is (161,115,220). Sum of RGB (Red+Green+Blue) = 161+115+220=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A173DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173DC is #5E8C23. Grayscale: #8C8C8C. Windows color (decimal): -6196260 or 14447521. OLE color: 14447521.

HSL color Cylindrical-coordinate representation of color #A173DC: hue angle of 266.29º 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 #A173DC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 115 220 -
CMYK 0.27 0.48 0 0.14
HSL 266.29º 0.6% 0.66% -
HSV(B) 266.29º 0.48% 0.86% -
XYZ 33.75 25.01 70.76 -
YUV 140.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 161 115 220 0.27 0.48 0 0.14 266.29 0.6 0.66
Hex A1 73 DC 1B 30 0 E 10A 3C 42
Octal 241 163 334 33 60 0 16 412 74 102
Binary 10100001 1110011 11011100 11011 110000 0 1110 100001010 111100 1000010

Color Harmonies of #A173DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173DC

Black with #A173DC

Text Example


Text Example

White with #A173DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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