Html Css Color HEX #A30883 Dark Magenta

📋 copy color: '#A30883'

red 163 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #A30883

Tints of Dark Magenta #A30883

RGB

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

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

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

R = 53.97%
G = 2.65%
B = 43.38%

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

#A30883 (or 0xA30883) is known color: Dark Magenta. HEX triplet: A3, 08 and 83. RGB value is (163,8,131). Sum of RGB (Red+Green+Blue) = 163+8+131=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A30883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30883 is #5CF77C. Grayscale: #444444. Windows color (decimal): -6092669 or 8587427. OLE color: 8587427.

HSL color Cylindrical-coordinate representation of color #A30883: hue angle of 312.39º 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 #A30883 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 131 -
CMYK 0 0.95 0.20 0.36
HSL 312.39º 0.91% 0.34% -
HSV(B) 312.39º 0.95% 0.64% -
XYZ 19.29 9.6 22.31 -
YUV 68.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 163 8 131 0 0.95 0.20 0.36 312.39 0.91 0.34
Hex A3 8 83 0 5F 14 24 138 5B 22
Octal 243 10 203 0 137 24 44 470 133 42
Binary 10100011 1000 10000011 0 1011111 10100 100100 100111000 1011011 100010

Color Harmonies of #A30883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30883

Black with #A30883

Text Example


Text Example

White with #A30883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30883; }

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

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

background-color css

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

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

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

border-color css

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

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

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