Html Css Color HEX #A10783 Dark Magenta

📋 copy color: '#A10783'

red 161 ◦ green 7 ◦ blue 131

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

Shades of Dark Magenta #A10783

Tints of Dark Magenta #A10783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 53.85%
G = 2.34%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A10783 (or 0xA10783) is known color: Dark Magenta. HEX triplet: A1, 07 and 83. RGB value is (161,7,131). Sum of RGB (Red+Green+Blue) = 161+7+131=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A10783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10783 is #5EF87C. Grayscale: #424242. Windows color (decimal): -6223997 or 8587169. OLE color: 8587169.

HSL color Cylindrical-coordinate representation of color #A10783: hue angle of 311.69º 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 #A10783 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 131 -
CMYK 0 0.96 0.19 0.37
HSL 311.69º 0.92% 0.33% -
HSV(B) 311.69º 0.96% 0.63% -
XYZ 18.87 9.37 22.29 -
YUV 67.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 161 7 131 0 0.96 0.19 0.37 311.69 0.92 0.33
Hex A1 7 83 0 60 13 25 138 5C 21
Octal 241 7 203 0 140 23 45 470 134 41
Binary 10100001 111 10000011 0 1100000 10011 100101 100111000 1011100 100001

Color Harmonies of #A10783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10783

Black with #A10783

Text Example


Text Example

White with #A10783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10783; }

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

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

background-color css

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

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

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

border-color css

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

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

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