Html Css Color HEX #A17CDA Medium Purple

📋 copy color: '#A17CDA'

red 161 ◦ green 124 ◦ blue 218

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

Shades of Medium Purple #A17CDA

Tints of Medium Purple #A17CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.65%

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

R = 32.01%
G = 24.65%
B = 43.34%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A17CDA (or 0xA17CDA) is known color: Medium Purple. HEX triplet: A1, 7C and DA. RGB value is (161,124,218). Sum of RGB (Red+Green+Blue) = 161+124+218=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A17CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CDA is #5E8325. Grayscale: #919191. Windows color (decimal): -6193958 or 14318753. OLE color: 14318753.

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

Color convert

RGB 161 124 218 -
CMYK 0.26 0.43 0 0.15
HSL 263.62º 0.56% 0.67% -
HSV(B) 263.62º 0.43% 0.85% -
XYZ 34.56 27.05 69.73 -
YUV 145.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 161 124 218 0.26 0.43 0 0.15 263.62 0.56 0.67
Hex A1 7C DA 1A 2B 0 F 108 38 43
Octal 241 174 332 32 53 0 17 410 70 103
Binary 10100001 1111100 11011010 11010 101011 0 1111 100001000 111000 1000011

Color Harmonies of #A17CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CDA

Black with #A17CDA

Text Example


Text Example

White with #A17CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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