Html Css Color HEX #A30783 Dark Magenta

📋 copy color: '#A30783'

red 163 ◦ green 7 ◦ blue 131

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

Shades of Dark Magenta #A30783

Tints of Dark Magenta #A30783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 54.15%
G = 2.33%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30783 (or 0xA30783) is known color: Dark Magenta. HEX triplet: A3, 07 and 83. RGB value is (163,7,131). Sum of RGB (Red+Green+Blue) = 163+7+131=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A30783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30783 is #5CF87C. Grayscale: #434343. Windows color (decimal): -6092925 or 8587171. OLE color: 8587171.

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

Color convert

RGB 163 7 131 -
CMYK 0 0.96 0.20 0.36
HSL 312.31º 0.92% 0.33% -
HSV(B) 312.31º 0.96% 0.64% -
XYZ 19.28 9.58 22.31 -
YUV 67.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 163 7 131 0 0.96 0.20 0.36 312.31 0.92 0.33
Hex A3 7 83 0 60 14 24 138 5C 21
Octal 243 7 203 0 140 24 44 470 134 41
Binary 10100011 111 10000011 0 1100000 10100 100100 100111000 1011100 100001

Color Harmonies of #A30783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30783

Black with #A30783

Text Example


Text Example

White with #A30783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30783; }

 p { color: rgb(163,7,131); }

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

background-color css

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

 a { background-color: rgb(163,7,131); }

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

border-color css

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

 span { border-color: rgb(163,7,131); }

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