Html Css Color HEX #A30487 Dark Magenta

📋 copy color: '#A30487'

red 163 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #A30487

Tints of Dark Magenta #A30487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 53.97%
G = 1.32%
B = 44.7%

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

#A30487 (or 0xA30487) is known color: Dark Magenta. HEX triplet: A3, 04 and 87. RGB value is (163,4,135). Sum of RGB (Red+Green+Blue) = 163+4+135=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A30487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30487 is #5CFB78. Grayscale: #424242. Windows color (decimal): -6093689 or 8848547. OLE color: 8848547.

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

Color convert

RGB 163 4 135 -
CMYK 0 0.98 0.17 0.36
HSL 310.57º 0.95% 0.33% -
HSV(B) 310.57º 0.98% 0.64% -
XYZ 19.52 9.62 23.75 -
YUV 66.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 163 4 135 0 0.98 0.17 0.36 310.57 0.95 0.33
Hex A3 4 87 0 62 11 24 137 5F 21
Octal 243 4 207 0 142 21 44 467 137 41
Binary 10100011 100 10000111 0 1100010 10001 100100 100110111 1011111 100001

Color Harmonies of #A30487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30487

Black with #A30487

Text Example


Text Example

White with #A30487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30487; }

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

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

background-color css

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

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

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

border-color css

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

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

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