Html Css Color HEX #A176EE Medium Purple

📋 copy color: '#A176EE'

red 161 ◦ green 118 ◦ blue 238

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

Shades of Medium Purple #A176EE

Tints of Medium Purple #A176EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 31.14%
G = 22.82%
B = 46.03%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A176EE (or 0xA176EE) is known color: Medium Purple. HEX triplet: A1, 76 and EE. RGB value is (161,118,238). Sum of RGB (Red+Green+Blue) = 161+118+238=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #A176EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A176EE is #5E8911. Grayscale: #909090. Windows color (decimal): -6195474 or 15627937. OLE color: 15627937.

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

Color convert

RGB 161 118 238 -
CMYK 0.32 0.50 0 0.07
HSL 261.5º 0.78% 0.7% -
HSV(B) 261.5º 0.5% 0.93% -
XYZ 36.61 26.71 84.11 -
YUV 144.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 161 118 238 0.32 0.50 0 0.07 261.5 0.78 0.7
Hex A1 76 EE 20 32 0 7 106 4E 46
Octal 241 166 356 40 62 0 7 406 116 106
Binary 10100001 1110110 11101110 100000 110010 0 111 100000110 1001110 1000110

Color Harmonies of #A176EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176EE

Black with #A176EE

Text Example


Text Example

White with #A176EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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