Html Css Color HEX #A17FD3 Medium Purple

📋 copy color: '#A17FD3'

red 161 ◦ green 127 ◦ blue 211

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

Shades of Medium Purple #A17FD3

Tints of Medium Purple #A17FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.28%

R = 32.26%
G = 25.45%
B = 42.28%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A17FD3 (or 0xA17FD3) is known color: Medium Purple. HEX triplet: A1, 7F and D3. RGB value is (161,127,211). Sum of RGB (Red+Green+Blue) = 161+127+211=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #A17FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD3 is #5E802C. Grayscale: #929292. Windows color (decimal): -6193197 or 13860769. OLE color: 13860769.

HSL color Cylindrical-coordinate representation of color #A17FD3: hue angle of 264.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17FD3 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 127 211 -
CMYK 0.24 0.40 0 0.17
HSL 264.29º 0.49% 0.66% -
HSV(B) 264.29º 0.4% 0.83% -
XYZ 34.05 27.46 65.13 -
YUV 146.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 161 127 211 0.24 0.40 0 0.17 264.29 0.49 0.66
Hex A1 7F D3 18 28 0 11 108 31 42
Octal 241 177 323 30 50 0 21 410 61 102
Binary 10100001 1111111 11010011 11000 101000 0 10001 100001000 110001 1000010

Color Harmonies of #A17FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FD3

Black with #A17FD3

Text Example


Text Example

White with #A17FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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