Html Css Color HEX #A17CDD Medium Purple

📋 copy color: '#A17CDD'

red 161 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #A17CDD

Tints of Medium Purple #A17CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 31.82%
G = 24.51%
B = 43.68%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A17CDD (or 0xA17CDD) is known color: Medium Purple. HEX triplet: A1, 7C and DD. RGB value is (161,124,221). Sum of RGB (Red+Green+Blue) = 161+124+221=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A17CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CDD is #5E8322. Grayscale: #919191. Windows color (decimal): -6193955 or 14515361. OLE color: 14515361.

HSL color Cylindrical-coordinate representation of color #A17CDD: hue angle of 262.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17CDD is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 124 221 -
CMYK 0.27 0.44 0 0.13
HSL 262.89º 0.59% 0.68% -
HSV(B) 262.89º 0.44% 0.87% -
XYZ 34.96 27.21 71.82 -
YUV 146.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 161 124 221 0.27 0.44 0 0.13 262.89 0.59 0.68
Hex A1 7C DD 1B 2C 0 D 107 3B 44
Octal 241 174 335 33 54 0 15 407 73 104
Binary 10100001 1111100 11011101 11011 101100 0 1101 100000111 111011 1000100

Color Harmonies of #A17CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CDD

Black with #A17CDD

Text Example


Text Example

White with #A17CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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