Html Css Color HEX #A10883 Dark Magenta

📋 copy color: '#A10883'

red 161 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #A10883

Tints of Dark Magenta #A10883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 53.67%
G = 2.67%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A10883 (or 0xA10883) is known color: Dark Magenta. HEX triplet: A1, 08 and 83. RGB value is (161,8,131). Sum of RGB (Red+Green+Blue) = 161+8+131=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10883 is #5EF77C. Grayscale: #434343. Windows color (decimal): -6223741 or 8587425. OLE color: 8587425.

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

Color convert

RGB 161 8 131 -
CMYK 0 0.95 0.19 0.37
HSL 311.76º 0.91% 0.33% -
HSV(B) 311.76º 0.95% 0.63% -
XYZ 18.88 9.39 22.29 -
YUV 67.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 161 8 131 0 0.95 0.19 0.37 311.76 0.91 0.33
Hex A1 8 83 0 5F 13 25 138 5B 21
Octal 241 10 203 0 137 23 45 470 133 41
Binary 10100001 1000 10000011 0 1011111 10011 100101 100111000 1011011 100001

Color Harmonies of #A10883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10883

Black with #A10883

Text Example


Text Example

White with #A10883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10883; }

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

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

background-color css

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

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

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

border-color css

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

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

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