Html Css Color HEX #A17CDC Medium Purple

📋 copy color: '#A17CDC'

red 161 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #A17CDC

Tints of Medium Purple #A17CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 31.88%
G = 24.55%
B = 43.56%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A17CDC (or 0xA17CDC) is known color: Medium Purple. HEX triplet: A1, 7C and DC. RGB value is (161,124,220). Sum of RGB (Red+Green+Blue) = 161+124+220=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A17CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CDC is #5E8323. Grayscale: #919191. Windows color (decimal): -6193956 or 14449825. OLE color: 14449825.

HSL color Cylindrical-coordinate representation of color #A17CDC: hue angle of 263.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17CDC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 124 220 -
CMYK 0.27 0.44 0 0.14
HSL 263.13º 0.58% 0.67% -
HSV(B) 263.13º 0.44% 0.86% -
XYZ 34.82 27.16 71.12 -
YUV 146.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 161 124 220 0.27 0.44 0 0.14 263.13 0.58 0.67
Hex A1 7C DC 1B 2C 0 E 107 3A 43
Octal 241 174 334 33 54 0 16 407 72 103
Binary 10100001 1111100 11011100 11011 101100 0 1110 100000111 111010 1000011

Color Harmonies of #A17CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CDC

Black with #A17CDC

Text Example


Text Example

White with #A17CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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