Html Css Color HEX #A179DD Medium Purple

📋 copy color: '#A179DD'

red 161 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #A179DD

Tints of Medium Purple #A179DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.06%

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

R = 32.01%
G = 24.06%
B = 43.94%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A179DD (or 0xA179DD) is known color: Medium Purple. HEX triplet: A1, 79 and DD. RGB value is (161,121,221). Sum of RGB (Red+Green+Blue) = 161+121+221=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #A179DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179DD is #5E8622. Grayscale: #909090. Windows color (decimal): -6194723 or 14514593. OLE color: 14514593.

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

Color convert

RGB 161 121 221 -
CMYK 0.27 0.45 0 0.13
HSL 264º 0.6% 0.67% -
HSV(B) 264º 0.45% 0.87% -
XYZ 34.59 26.47 71.69 -
YUV 144.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 161 121 221 0.27 0.45 0 0.13 264 0.6 0.67
Hex A1 79 DD 1B 2D 0 D 108 3C 43
Octal 241 171 335 33 55 0 15 410 74 103
Binary 10100001 1111001 11011101 11011 101101 0 1101 100001000 111100 1000011

Color Harmonies of #A179DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179DD

Black with #A179DD

Text Example


Text Example

White with #A179DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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