Html Css Color HEX #A30289 Dark Magenta

📋 copy color: '#A30289'

red 163 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #A30289

Tints of Dark Magenta #A30289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 53.97%
G = 0.66%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A30289 (or 0xA30289) is known color: Dark Magenta. HEX triplet: A3, 02 and 89. RGB value is (163,2,137). Sum of RGB (Red+Green+Blue) = 163+2+137=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A30289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30289 is #5CFD76. Grayscale: #414141. Windows color (decimal): -6094199 or 8979107. OLE color: 8979107.

HSL color Cylindrical-coordinate representation of color #A30289: hue angle of 309.69º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30289 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 137 -
CMYK 0 0.99 0.16 0.36
HSL 309.69º 0.98% 0.32% -
HSV(B) 309.69º 0.99% 0.64% -
XYZ 19.64 9.64 24.49 -
YUV 65.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 163 2 137 0 0.99 0.16 0.36 309.69 0.98 0.32
Hex A3 2 89 0 63 10 24 136 62 20
Octal 243 2 211 0 143 20 44 466 142 40
Binary 10100011 10 10001001 0 1100011 10000 100100 100110110 1100010 100000

Color Harmonies of #A30289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30289

Black with #A30289

Text Example


Text Example

White with #A30289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30289; }

 p { color: rgb(163,2,137); }

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

background-color css

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

 a { background-color: rgb(163,2,137); }

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

border-color css

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

 span { border-color: rgb(163,2,137); }

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