Html Css Color HEX #A176DF Medium Purple

📋 copy color: '#A176DF'

red 161 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #A176DF

Tints of Medium Purple #A176DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 32.07%
G = 23.51%
B = 44.42%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A176DF (or 0xA176DF) is known color: Medium Purple. HEX triplet: A1, 76 and DF. RGB value is (161,118,223). Sum of RGB (Red+Green+Blue) = 161+118+223=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A176DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176DF is #5E8920. Grayscale: #8E8E8E. Windows color (decimal): -6195489 or 14644897. OLE color: 14644897.

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

Color convert

RGB 161 118 223 -
CMYK 0.28 0.47 0 0.13
HSL 264.57º 0.62% 0.67% -
HSV(B) 264.57º 0.47% 0.87% -
XYZ 34.5 25.86 72.99 -
YUV 142.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 161 118 223 0.28 0.47 0 0.13 264.57 0.62 0.67
Hex A1 76 DF 1C 2F 0 D 109 3E 43
Octal 241 166 337 34 57 0 15 411 76 103
Binary 10100001 1110110 11011111 11100 101111 0 1101 100001001 111110 1000011

Color Harmonies of #A176DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176DF

Black with #A176DF

Text Example


Text Example

White with #A176DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176DF; }

 p { color: rgb(161,118,223); }

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

background-color css

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

 a { background-color: rgb(161,118,223); }

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

border-color css

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

 span { border-color: rgb(161,118,223); }

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