Html Css Color HEX #A20283 Dark Magenta

📋 copy color: '#A20283'

red 162 ◦ green 2 ◦ blue 131

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

Shades of Dark Magenta #A20283

Tints of Dark Magenta #A20283

RGB

 RED value IS 162 (63.67% from 255) = 54.92%

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 54.92%
G = 0.68%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A20283 (or 0xA20283) is known color: Dark Magenta. HEX triplet: A2, 02 and 83. RGB value is (162,2,131). Sum of RGB (Red+Green+Blue) = 162+2+131=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20283 is #5DFD7C. Grayscale: #404040. Windows color (decimal): -6159741 or 8585890. OLE color: 8585890.

HSL color Cylindrical-coordinate representation of color #A20283: hue angle of 311.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20283 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 131 -
CMYK 0 0.99 0.19 0.36
HSL 311.63º 0.98% 0.32% -
HSV(B) 311.63º 0.99% 0.64% -
XYZ 19.02 9.36 22.28 -
YUV 64.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 162 2 131 0 0.99 0.19 0.36 311.63 0.98 0.32
Hex A2 2 83 0 63 13 24 138 62 20
Octal 242 2 203 0 143 23 44 470 142 40
Binary 10100010 10 10000011 0 1100011 10011 100100 100111000 1100010 100000

Color Harmonies of #A20283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20283

Black with #A20283

Text Example


Text Example

White with #A20283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20283; }

 p { color: rgb(162,2,131); }

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

background-color css

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

 a { background-color: rgb(162,2,131); }

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

border-color css

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

 span { border-color: rgb(162,2,131); }

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