Html Css Color HEX #A30882 Dark Magenta

📋 copy color: '#A30882'

red 163 ◦ green 8 ◦ blue 130

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

Shades of Dark Magenta #A30882

Tints of Dark Magenta #A30882

RGB

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

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

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

R = 54.15%
G = 2.66%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30882 (or 0xA30882) is known color: Dark Magenta. HEX triplet: A3, 08 and 82. RGB value is (163,8,130). Sum of RGB (Red+Green+Blue) = 163+8+130=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A30882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30882 is #5CF77D. Grayscale: #434343. Windows color (decimal): -6092670 or 8521891. OLE color: 8521891.

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

Color convert

RGB 163 8 130 -
CMYK 0 0.95 0.20 0.36
HSL 312.77º 0.91% 0.34% -
HSV(B) 312.77º 0.95% 0.64% -
XYZ 19.22 9.57 21.95 -
YUV 68.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 163 8 130 0 0.95 0.20 0.36 312.77 0.91 0.34
Hex A3 8 82 0 5F 14 24 139 5B 22
Octal 243 10 202 0 137 24 44 471 133 42
Binary 10100011 1000 10000010 0 1011111 10100 100100 100111001 1011011 100010

Color Harmonies of #A30882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30882

Black with #A30882

Text Example


Text Example

White with #A30882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30882; }

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

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

background-color css

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

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

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

border-color css

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

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

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