Html Css Color HEX #A30388 Dark Magenta

📋 copy color: '#A30388'

red 163 ◦ green 3 ◦ blue 136

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

Shades of Dark Magenta #A30388

Tints of Dark Magenta #A30388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 53.97%
G = 0.99%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A30388 (or 0xA30388) is known color: Dark Magenta. HEX triplet: A3, 03 and 88. RGB value is (163,3,136). Sum of RGB (Red+Green+Blue) = 163+3+136=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A30388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30388 is #5CFC77. Grayscale: #414141. Windows color (decimal): -6093944 or 8913827. OLE color: 8913827.

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

Color convert

RGB 163 3 136 -
CMYK 0 0.98 0.17 0.36
HSL 310.13º 0.96% 0.33% -
HSV(B) 310.13º 0.98% 0.64% -
XYZ 19.58 9.63 24.12 -
YUV 66 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 163 3 136 0 0.98 0.17 0.36 310.13 0.96 0.33
Hex A3 3 88 0 62 11 24 136 60 21
Octal 243 3 210 0 142 21 44 466 140 41
Binary 10100011 11 10001000 0 1100010 10001 100100 100110110 1100000 100001

Color Harmonies of #A30388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30388

Black with #A30388

Text Example


Text Example

White with #A30388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30388; }

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

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

background-color css

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

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

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

border-color css

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

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

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