Html Css Color HEX #A172EC Medium Purple

📋 copy color: '#A172EC'

red 161 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #A172EC

Tints of Medium Purple #A172EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.31%

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

R = 31.51%
G = 22.31%
B = 46.18%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A172EC (or 0xA172EC) is known color: Medium Purple. HEX triplet: A1, 72 and EC. RGB value is (161,114,236). Sum of RGB (Red+Green+Blue) = 161+114+236=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A172EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172EC is #5E8D13. Grayscale: #8D8D8D. Windows color (decimal): -6196500 or 15495841. OLE color: 15495841.

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

Color convert

RGB 161 114 236 -
CMYK 0.32 0.52 0 0.07
HSL 263.11º 0.76% 0.69% -
HSV(B) 263.11º 0.52% 0.93% -
XYZ 35.86 25.67 82.42 -
YUV 141.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 161 114 236 0.32 0.52 0 0.07 263.11 0.76 0.69
Hex A1 72 EC 20 34 0 7 107 4C 45
Octal 241 162 354 40 64 0 7 407 114 105
Binary 10100001 1110010 11101100 100000 110100 0 111 100000111 1001100 1000101

Color Harmonies of #A172EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172EC

Black with #A172EC

Text Example


Text Example

White with #A172EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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