Html Css Color HEX #A30488 Dark Magenta

📋 copy color: '#A30488'

red 163 ◦ green 4 ◦ blue 136

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

Shades of Dark Magenta #A30488

Tints of Dark Magenta #A30488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 53.8%
G = 1.32%
B = 44.88%

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

#A30488 (or 0xA30488) is known color: Dark Magenta. HEX triplet: A3, 04 and 88. RGB value is (163,4,136). Sum of RGB (Red+Green+Blue) = 163+4+136=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A30488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30488 is #5CFB77. Grayscale: #424242. Windows color (decimal): -6093688 or 8914083. OLE color: 8914083.

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

Color convert

RGB 163 4 136 -
CMYK 0 0.98 0.17 0.36
HSL 310.19º 0.95% 0.33% -
HSV(B) 310.19º 0.98% 0.64% -
XYZ 19.59 9.65 24.12 -
YUV 66.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 163 4 136 0 0.98 0.17 0.36 310.19 0.95 0.33
Hex A3 4 88 0 62 11 24 136 5F 21
Octal 243 4 210 0 142 21 44 466 137 41
Binary 10100011 100 10001000 0 1100010 10001 100100 100110110 1011111 100001

Color Harmonies of #A30488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30488

Black with #A30488

Text Example


Text Example

White with #A30488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30488; }

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

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

background-color css

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

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

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

border-color css

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

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

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