Html Css Color HEX #A30082 Dark Magenta

📋 copy color: '#A30082'

red 163 ◦ green 0 ◦ blue 130

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

Shades of Dark Magenta #A30082

Tints of Dark Magenta #A30082

RGB

 RED value IS 163 (64.06% from 255) = 55.63%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 55.63%
G = 0%
B = 44.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30082 (or 0xA30082) is known color: Dark Magenta. HEX triplet: A3, 00 and 82. RGB value is (163,0,130). Sum of RGB (Red+Green+Blue) = 163+0+130=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A30082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30082 is #5CFF7D. Grayscale: #3F3F3F. Windows color (decimal): -6094718 or 8519843. OLE color: 8519843.

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

Color convert

RGB 163 0 130 -
CMYK 0 1 0.20 0.36
HSL 312.15º 1% 0.32% -
HSV(B) 312.15º 1% 0.64% -
XYZ 19.13 9.4 21.92 -
YUV 63.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 163 0 130 0 1 0.20 0.36 312.15 1 0.32
Hex A3 0 82 0 64 14 24 138 64 20
Octal 243 0 202 0 144 24 44 470 144 40
Binary 10100011 0 10000010 0 1100100 10100 100100 100111000 1100100 100000

Color Harmonies of #A30082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30082

Black with #A30082

Text Example


Text Example

White with #A30082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30082; }

 p { color: rgb(163,0,130); }

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

background-color css

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

 a { background-color: rgb(163,0,130); }

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

border-color css

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

 span { border-color: rgb(163,0,130); }

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