Html Css Color HEX #A17FEC Medium Purple

📋 copy color: '#A17FEC'

red 161 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #A17FEC

Tints of Medium Purple #A17FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.24%

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

R = 30.73%
G = 24.24%
B = 45.04%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A17FEC (or 0xA17FEC) is known color: Medium Purple. HEX triplet: A1, 7F and EC. RGB value is (161,127,236). Sum of RGB (Red+Green+Blue) = 161+127+236=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A17FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FEC is #5E8013. Grayscale: #959595. Windows color (decimal): -6193172 or 15499169. OLE color: 15499169.

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

Color convert

RGB 161 127 236 -
CMYK 0.32 0.46 0 0.07
HSL 258.72º 0.74% 0.71% -
HSV(B) 258.72º 0.46% 0.93% -
XYZ 37.43 28.81 82.95 -
YUV 149.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 161 127 236 0.32 0.46 0 0.07 258.72 0.74 0.71
Hex A1 7F EC 20 2E 0 7 103 4A 47
Octal 241 177 354 40 56 0 7 403 112 107
Binary 10100001 1111111 11101100 100000 101110 0 111 100000011 1001010 1000111

Color Harmonies of #A17FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FEC

Black with #A17FEC

Text Example


Text Example

White with #A17FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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