Html Css Color HEX #A173DB Medium Purple

📋 copy color: '#A173DB'

red 161 ◦ green 115 ◦ blue 219

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

Shades of Medium Purple #A173DB

Tints of Medium Purple #A173DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 32.53%
G = 23.23%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A173DB (or 0xA173DB) is known color: Medium Purple. HEX triplet: A1, 73 and DB. RGB value is (161,115,219). Sum of RGB (Red+Green+Blue) = 161+115+219=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A173DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173DB is #5E8C24. Grayscale: #8C8C8C. Windows color (decimal): -6196261 or 14381985. OLE color: 14381985.

HSL color Cylindrical-coordinate representation of color #A173DB: hue angle of 266.54º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A173DB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 115 219 -
CMYK 0.26 0.47 0 0.14
HSL 266.54º 0.59% 0.65% -
HSV(B) 266.54º 0.47% 0.86% -
XYZ 33.61 24.95 70.06 -
YUV 140.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 161 115 219 0.26 0.47 0 0.14 266.54 0.59 0.65
Hex A1 73 DB 1A 2F 0 E 10B 3B 41
Octal 241 163 333 32 57 0 16 413 73 101
Binary 10100001 1110011 11011011 11010 101111 0 1110 100001011 111011 1000001

Color Harmonies of #A173DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173DB

Black with #A173DB

Text Example


Text Example

White with #A173DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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