Html Css Color HEX #A17FE5 Medium Purple

📋 copy color: '#A17FE5'

red 161 ◦ green 127 ◦ blue 229

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

Shades of Medium Purple #A17FE5

Tints of Medium Purple #A17FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.29%

R = 31.14%
G = 24.56%
B = 44.29%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A17FE5 (or 0xA17FE5) is known color: Medium Purple. HEX triplet: A1, 7F and E5. RGB value is (161,127,229). Sum of RGB (Red+Green+Blue) = 161+127+229=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #A17FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FE5 is #5E801A. Grayscale: #949494. Windows color (decimal): -6193179 or 15040417. OLE color: 15040417.

HSL color Cylindrical-coordinate representation of color #A17FE5: hue angle of 260º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17FE5 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 127 229 -
CMYK 0.30 0.45 0 0.10
HSL 260º 0.66% 0.7% -
HSV(B) 260º 0.45% 0.9% -
XYZ 36.43 28.41 77.69 -
YUV 148.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 161 127 229 0.30 0.45 0 0.10 260 0.66 0.7
Hex A1 7F E5 1E 2D 0 A 104 42 46
Octal 241 177 345 36 55 0 12 404 102 106
Binary 10100001 1111111 11100101 11110 101101 0 1010 100000100 1000010 1000110

Color Harmonies of #A17FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FE5

Black with #A17FE5

Text Example


Text Example

White with #A17FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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