Html Css Color HEX #A176EC Medium Purple

📋 copy color: '#A176EC'

red 161 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #A176EC

Tints of Medium Purple #A176EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.91%

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

R = 31.26%
G = 22.91%
B = 45.83%

CMYK

 C value IS 0.32

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A176EC (or 0xA176EC) is known color: Medium Purple. HEX triplet: A1, 76 and EC. RGB value is (161,118,236). Sum of RGB (Red+Green+Blue) = 161+118+236=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A176EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A176EC is #5E8913. Grayscale: #8F8F8F. Windows color (decimal): -6195476 or 15496865. OLE color: 15496865.

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

Color convert

RGB 161 118 236 -
CMYK 0.32 0.5 0 0.07
HSL 261.86º 0.76% 0.69% -
HSV(B) 261.86º 0.5% 0.93% -
XYZ 36.32 26.59 82.58 -
YUV 144.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 161 118 236 0.32 0.5 0 0.07 261.86 0.76 0.69
Hex A1 76 EC 20 32 0 7 106 4C 45
Octal 241 166 354 40 62 0 7 406 114 105
Binary 10100001 1110110 11101100 100000 110010 0 111 100000110 1001100 1000101

Color Harmonies of #A176EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176EC

Black with #A176EC

Text Example


Text Example

White with #A176EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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