Html Css Color HEX #A17FDA Medium Purple

📋 copy color: '#A17FDA'

red 161 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #A17FDA

Tints of Medium Purple #A17FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 31.82%
G = 25.1%
B = 43.08%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A17FDA (or 0xA17FDA) is known color: Medium Purple. HEX triplet: A1, 7F and DA. RGB value is (161,127,218). Sum of RGB (Red+Green+Blue) = 161+127+218=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A17FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FDA is #5E8025. Grayscale: #939393. Windows color (decimal): -6193190 or 14319521. OLE color: 14319521.

HSL color Cylindrical-coordinate representation of color #A17FDA: hue angle of 262.42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17FDA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 127 218 -
CMYK 0.26 0.42 0 0.15
HSL 262.42º 0.55% 0.68% -
HSV(B) 262.42º 0.42% 0.85% -
XYZ 34.94 27.82 69.86 -
YUV 147.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 161 127 218 0.26 0.42 0 0.15 262.42 0.55 0.68
Hex A1 7F DA 1A 2A 0 F 106 37 44
Octal 241 177 332 32 52 0 17 406 67 104
Binary 10100001 1111111 11011010 11010 101010 0 1111 100000110 110111 1000100

Color Harmonies of #A17FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FDA

Black with #A17FDA

Text Example


Text Example

White with #A17FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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