Html Css Color HEX #A17FEF Medium Purple

📋 copy color: '#A17FEF'

red 161 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #A17FEF

Tints of Medium Purple #A17FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 30.55%
G = 24.1%
B = 45.35%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A17FEF (or 0xA17FEF) is known color: Medium Purple. HEX triplet: A1, 7F and EF. RGB value is (161,127,239). Sum of RGB (Red+Green+Blue) = 161+127+239=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #A17FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FEF is #5E8010. Grayscale: #959595. Windows color (decimal): -6193169 or 15695777. OLE color: 15695777.

HSL color Cylindrical-coordinate representation of color #A17FEF: hue angle of 258.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17FEF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 127 239 -
CMYK 0.33 0.47 0 0.06
HSL 258.21º 0.78% 0.72% -
HSV(B) 258.21º 0.47% 0.94% -
XYZ 37.87 28.99 85.26 -
YUV 149.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 161 127 239 0.33 0.47 0 0.06 258.21 0.78 0.72
Hex A1 7F EF 21 2F 0 6 102 4E 48
Octal 241 177 357 41 57 0 6 402 116 110
Binary 10100001 1111111 11101111 100001 101111 0 110 100000010 1001110 1001000

Color Harmonies of #A17FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FEF

Black with #A17FEF

Text Example


Text Example

White with #A17FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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