Html Css Color HEX #A173DD Medium Purple

📋 copy color: '#A173DD'

red 161 ◦ green 115 ◦ blue 221

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

Shades of Medium Purple #A173DD

Tints of Medium Purple #A173DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 32.39%
G = 23.14%
B = 44.47%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A173DD (or 0xA173DD) is known color: Medium Purple. HEX triplet: A1, 73 and DD. RGB value is (161,115,221). Sum of RGB (Red+Green+Blue) = 161+115+221=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A173DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173DD is #5E8C22. Grayscale: #8C8C8C. Windows color (decimal): -6196259 or 14513057. OLE color: 14513057.

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

Color convert

RGB 161 115 221 -
CMYK 0.27 0.48 0 0.13
HSL 266.04º 0.61% 0.66% -
HSV(B) 266.04º 0.48% 0.87% -
XYZ 33.88 25.06 71.46 -
YUV 140.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 161 115 221 0.27 0.48 0 0.13 266.04 0.61 0.66
Hex A1 73 DD 1B 30 0 D 10A 3D 42
Octal 241 163 335 33 60 0 15 412 75 102
Binary 10100001 1110011 11011101 11011 110000 0 1101 100001010 111101 1000010

Color Harmonies of #A173DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173DD

Black with #A173DD

Text Example


Text Example

White with #A173DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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