Html Css Color HEX #A170DB Medium Purple

📋 copy color: '#A170DB'

red 161 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #A170DB

Tints of Medium Purple #A170DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.76%

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

R = 32.72%
G = 22.76%
B = 44.51%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A170DB (or 0xA170DB) is known color: Medium Purple. HEX triplet: A1, 70 and DB. RGB value is (161,112,219). Sum of RGB (Red+Green+Blue) = 161+112+219=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A170DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170DB is #5E8F24. Grayscale: #8A8A8A. Windows color (decimal): -6197029 or 14381217. OLE color: 14381217.

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

Color convert

RGB 161 112 219 -
CMYK 0.26 0.49 0 0.14
HSL 267.48º 0.6% 0.65% -
HSV(B) 267.48º 0.49% 0.86% -
XYZ 33.28 24.28 69.95 -
YUV 138.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 161 112 219 0.26 0.49 0 0.14 267.48 0.6 0.65
Hex A1 70 DB 1A 31 0 E 10B 3C 41
Octal 241 160 333 32 61 0 16 413 74 101
Binary 10100001 1110000 11011011 11010 110001 0 1110 100001011 111100 1000001

Color Harmonies of #A170DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170DB

Black with #A170DB

Text Example


Text Example

White with #A170DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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