Html Css Color HEX #A17FF1 Medium Purple

📋 copy color: '#A17FF1'

red 161 ◦ green 127 ◦ blue 241

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

Shades of Medium Purple #A17FF1

Tints of Medium Purple #A17FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 30.43%
G = 24.01%
B = 45.56%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A17FF1 (or 0xA17FF1) is known color: Medium Purple. HEX triplet: A1, 7F and F1. RGB value is (161,127,241). Sum of RGB (Red+Green+Blue) = 161+127+241=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #A17FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FF1 is #5E800E. Grayscale: #959595. Windows color (decimal): -6193167 or 15826849. OLE color: 15826849.

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

Color convert

RGB 161 127 241 -
CMYK 0.33 0.47 0 0.05
HSL 257.89º 0.8% 0.72% -
HSV(B) 257.89º 0.47% 0.95% -
XYZ 38.16 29.11 86.83 -
YUV 150.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 161 127 241 0.33 0.47 0 0.05 257.89 0.8 0.72
Hex A1 7F F1 21 2F 0 5 102 50 48
Octal 241 177 361 41 57 0 5 402 120 110
Binary 10100001 1111111 11110001 100001 101111 0 101 100000010 1010000 1001000

Color Harmonies of #A17FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FF1

Black with #A17FF1

Text Example


Text Example

White with #A17FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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