Html Css Color HEX #A170EC Medium Purple

📋 copy color: '#A170EC'

red 161 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #A170EC

Tints of Medium Purple #A170EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 31.63%
G = 22%
B = 46.37%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A170EC (or 0xA170EC) is known color: Medium Purple. HEX triplet: A1, 70 and EC. RGB value is (161,112,236). Sum of RGB (Red+Green+Blue) = 161+112+236=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A170EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170EC is #5E8F13. Grayscale: #8C8C8C. Windows color (decimal): -6197012 or 15495329. OLE color: 15495329.

HSL color Cylindrical-coordinate representation of color #A170EC: hue angle of 263.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A170EC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 112 236 -
CMYK 0.32 0.53 0 0.07
HSL 263.71º 0.77% 0.68% -
HSV(B) 263.71º 0.53% 0.93% -
XYZ 35.63 25.22 82.35 -
YUV 140.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 161 112 236 0.32 0.53 0 0.07 263.71 0.77 0.68
Hex A1 70 EC 20 35 0 7 108 4D 44
Octal 241 160 354 40 65 0 7 410 115 104
Binary 10100001 1110000 11101100 100000 110101 0 111 100001000 1001101 1000100

Color Harmonies of #A170EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170EC

Black with #A170EC

Text Example


Text Example

White with #A170EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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