Html Css Color HEX #A170DC Medium Purple

📋 copy color: '#A170DC'

red 161 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #A170DC

Tints of Medium Purple #A170DC

RGB

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

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

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

R = 32.66%
G = 22.72%
B = 44.62%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A170DC (or 0xA170DC) is known color: Medium Purple. HEX triplet: A1, 70 and DC. RGB value is (161,112,220). Sum of RGB (Red+Green+Blue) = 161+112+220=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #A170DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170DC is #5E8F23. Grayscale: #8A8A8A. Windows color (decimal): -6197028 or 14446753. OLE color: 14446753.

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

Color convert

RGB 161 112 220 -
CMYK 0.27 0.49 0 0.14
HSL 267.22º 0.61% 0.65% -
HSV(B) 267.22º 0.49% 0.86% -
XYZ 33.41 24.33 70.65 -
YUV 138.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 161 112 220 0.27 0.49 0 0.14 267.22 0.61 0.65
Hex A1 70 DC 1B 31 0 E 10B 3D 41
Octal 241 160 334 33 61 0 16 413 75 101
Binary 10100001 1110000 11011100 11011 110001 0 1110 100001011 111101 1000001

Color Harmonies of #A170DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170DC

Black with #A170DC

Text Example


Text Example

White with #A170DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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