Html Css Color HEX #A17FD5 Medium Purple

📋 copy color: '#A17FD5'

red 161 ◦ green 127 ◦ blue 213

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

Shades of Medium Purple #A17FD5

Tints of Medium Purple #A17FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 32.14%
G = 25.35%
B = 42.51%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A17FD5 (or 0xA17FD5) is known color: Medium Purple. HEX triplet: A1, 7F and D5. RGB value is (161,127,213). Sum of RGB (Red+Green+Blue) = 161+127+213=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #A17FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD5 is #5E802A. Grayscale: #929292. Windows color (decimal): -6193195 or 13991841. OLE color: 13991841.

HSL color Cylindrical-coordinate representation of color #A17FD5: hue angle of 263.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17FD5 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 127 213 -
CMYK 0.24 0.40 0 0.16
HSL 263.72º 0.51% 0.67% -
HSV(B) 263.72º 0.4% 0.84% -
XYZ 34.3 27.56 66.46 -
YUV 146.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 161 127 213 0.24 0.40 0 0.16 263.72 0.51 0.67
Hex A1 7F D5 18 28 0 10 108 33 43
Octal 241 177 325 30 50 0 20 410 63 103
Binary 10100001 1111111 11010101 11000 101000 0 10000 100001000 110011 1000011

Color Harmonies of #A17FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FD5

Black with #A17FD5

Text Example


Text Example

White with #A17FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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