Html Css Color HEX #A173E2 Medium Purple

📋 copy color: '#A173E2'

red 161 ◦ green 115 ◦ blue 226

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

Shades of Medium Purple #A173E2

Tints of Medium Purple #A173E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.02%

R = 32.07%
G = 22.91%
B = 45.02%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A173E2 (or 0xA173E2) is known color: Medium Purple. HEX triplet: A1, 73 and E2. RGB value is (161,115,226). Sum of RGB (Red+Green+Blue) = 161+115+226=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #A173E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173E2 is #5E8C1D. Grayscale: #8D8D8D. Windows color (decimal): -6196254 or 14840737. OLE color: 14840737.

HSL color Cylindrical-coordinate representation of color #A173E2: hue angle of 264.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A173E2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 115 226 -
CMYK 0.29 0.49 0 0.11
HSL 264.86º 0.66% 0.67% -
HSV(B) 264.86º 0.49% 0.89% -
XYZ 34.56 25.33 75.02 -
YUV 141.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 161 115 226 0.29 0.49 0 0.11 264.86 0.66 0.67
Hex A1 73 E2 1D 31 0 B 109 42 43
Octal 241 163 342 35 61 0 13 411 102 103
Binary 10100001 1110011 11100010 11101 110001 0 1011 100001001 1000010 1000011

Color Harmonies of #A173E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173E2

Black with #A173E2

Text Example


Text Example

White with #A173E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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