Html Css Color HEX #A176ED Medium Purple

📋 copy color: '#A176ED'

red 161 ◦ green 118 ◦ blue 237

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

Shades of Medium Purple #A176ED

Tints of Medium Purple #A176ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 31.2%
G = 22.87%
B = 45.93%

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

#A176ED (or 0xA176ED) is known color: Medium Purple. HEX triplet: A1, 76 and ED. RGB value is (161,118,237). Sum of RGB (Red+Green+Blue) = 161+118+237=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #A176ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A176ED is #5E8912. Grayscale: #8F8F8F. Windows color (decimal): -6195475 or 15562401. OLE color: 15562401.

HSL color Cylindrical-coordinate representation of color #A176ED: hue angle of 261.68º degrees, saturation: 0.77, 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 #A176ED is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 118 237 -
CMYK 0.32 0.50 0 0.07
HSL 261.68º 0.77% 0.7% -
HSV(B) 261.68º 0.5% 0.93% -
XYZ 36.46 26.65 83.34 -
YUV 144.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 161 118 237 0.32 0.50 0 0.07 261.68 0.77 0.7
Hex A1 76 ED 20 32 0 7 106 4D 46
Octal 241 166 355 40 62 0 7 406 115 106
Binary 10100001 1110110 11101101 100000 110010 0 111 100000110 1001101 1000110

Color Harmonies of #A176ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176ED

Black with #A176ED

Text Example


Text Example

White with #A176ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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