Html Css Color HEX #A10784 Dark Magenta

📋 copy color: '#A10784'

red 161 ◦ green 7 ◦ blue 132

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

Shades of Dark Magenta #A10784

Tints of Dark Magenta #A10784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 53.67%
G = 2.33%
B = 44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A10784 (or 0xA10784) is known color: Dark Magenta. HEX triplet: A1, 07 and 84. RGB value is (161,7,132). Sum of RGB (Red+Green+Blue) = 161+7+132=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10784 is #5EF87B. Grayscale: #424242. Windows color (decimal): -6223996 or 8652705. OLE color: 8652705.

HSL color Cylindrical-coordinate representation of color #A10784: hue angle of 311.3º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10784 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 132 -
CMYK 0 0.96 0.18 0.37
HSL 311.3º 0.92% 0.33% -
HSV(B) 311.3º 0.96% 0.63% -
XYZ 18.94 9.39 22.65 -
YUV 67.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 161 7 132 0 0.96 0.18 0.37 311.3 0.92 0.33
Hex A1 7 84 0 60 12 25 137 5C 21
Octal 241 7 204 0 140 22 45 467 134 41
Binary 10100001 111 10000100 0 1100000 10010 100101 100110111 1011100 100001

Color Harmonies of #A10784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10784

Black with #A10784

Text Example


Text Example

White with #A10784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10784; }

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

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

background-color css

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

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

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

border-color css

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

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

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