Html Css Color HEX #A30382 Dark Magenta

📋 copy color: '#A30382'

red 163 ◦ green 3 ◦ blue 130

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

Shades of Dark Magenta #A30382

Tints of Dark Magenta #A30382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 55.07%
G = 1.01%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30382 (or 0xA30382) is known color: Dark Magenta. HEX triplet: A3, 03 and 82. RGB value is (163,3,130). Sum of RGB (Red+Green+Blue) = 163+3+130=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A30382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30382 is #5CFC7D. Grayscale: #404040. Windows color (decimal): -6093950 or 8520611. OLE color: 8520611.

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

Color convert

RGB 163 3 130 -
CMYK 0 0.98 0.20 0.36
HSL 312.38º 0.96% 0.33% -
HSV(B) 312.38º 0.98% 0.64% -
XYZ 19.17 9.46 21.94 -
YUV 65.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 163 3 130 0 0.98 0.20 0.36 312.38 0.96 0.33
Hex A3 3 82 0 62 14 24 138 60 21
Octal 243 3 202 0 142 24 44 470 140 41
Binary 10100011 11 10000010 0 1100010 10100 100100 100111000 1100000 100001

Color Harmonies of #A30382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30382

Black with #A30382

Text Example


Text Example

White with #A30382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30382; }

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

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

background-color css

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

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

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

border-color css

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

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

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