Html Css Color HEX #A107AD Dark Magenta

📋 copy color: '#A107AD'

red 161 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #A107AD

Tints of Dark Magenta #A107AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 47.21%
G = 2.05%
B = 50.73%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A107AD (or 0xA107AD) is known color: Dark Magenta. HEX triplet: A1, 07 and AD. RGB value is (161,7,173). Sum of RGB (Red+Green+Blue) = 161+7+173=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A107AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A107AD is #5EF852. Grayscale: #474747. Windows color (decimal): -6223955 or 11339681. OLE color: 11339681.

HSL color Cylindrical-coordinate representation of color #A107AD: hue angle of 295.66º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A107AD is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 7 173 -
CMYK 0.07 0.96 0 0.32
HSL 295.66º 0.92% 0.35% -
HSV(B) 295.66º 0.96% 0.68% -
XYZ 22.32 10.75 40.43 -
YUV 71.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 161 7 173 0.07 0.96 0 0.32 295.66 0.92 0.35
Hex A1 7 AD 7 60 0 20 128 5C 23
Octal 241 7 255 7 140 0 40 450 134 43
Binary 10100001 111 10101101 111 1100000 0 100000 100101000 1011100 100011

Color Harmonies of #A107AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A107AD

Black with #A107AD

Text Example


Text Example

White with #A107AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A107AD; }

 p { color: rgb(161,7,173); }

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

background-color css

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

 a { background-color: rgb(161,7,173); }

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

border-color css

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

 span { border-color: rgb(161,7,173); }

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