Html Css Color HEX #A17DDD Medium Purple

📋 copy color: '#A17DDD'

red 161 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #A17DDD

Tints of Medium Purple #A17DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.65%

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

R = 31.76%
G = 24.65%
B = 43.59%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A17DDD (or 0xA17DDD) is known color: Medium Purple. HEX triplet: A1, 7D and DD. RGB value is (161,125,221). Sum of RGB (Red+Green+Blue) = 161+125+221=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A17DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DDD is #5E8222. Grayscale: #929292. Windows color (decimal): -6193699 or 14515617. OLE color: 14515617.

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

Color convert

RGB 161 125 221 -
CMYK 0.27 0.43 0 0.13
HSL 262.5º 0.59% 0.68% -
HSV(B) 262.5º 0.43% 0.87% -
XYZ 35.08 27.46 71.86 -
YUV 146.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 161 125 221 0.27 0.43 0 0.13 262.5 0.59 0.68
Hex A1 7D DD 1B 2B 0 D 106 3B 44
Octal 241 175 335 33 53 0 15 406 73 104
Binary 10100001 1111101 11011101 11011 101011 0 1101 100000110 111011 1000100

Color Harmonies of #A17DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DDD

Black with #A17DDD

Text Example


Text Example

White with #A17DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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