Html Css Color HEX #A30889 Dark Magenta

📋 copy color: '#A30889'

red 163 ◦ green 8 ◦ blue 137

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

Shades of Dark Magenta #A30889

Tints of Dark Magenta #A30889

RGB

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

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

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

R = 52.92%
G = 2.6%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A30889 (or 0xA30889) is known color: Dark Magenta. HEX triplet: A3, 08 and 89. RGB value is (163,8,137). Sum of RGB (Red+Green+Blue) = 163+8+137=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30889 is #5CF776. Grayscale: #444444. Windows color (decimal): -6092663 or 8980643. OLE color: 8980643.

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

Color convert

RGB 163 8 137 -
CMYK 0 0.95 0.16 0.36
HSL 310.06º 0.91% 0.34% -
HSV(B) 310.06º 0.95% 0.64% -
XYZ 19.71 9.77 24.51 -
YUV 69.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 163 8 137 0 0.95 0.16 0.36 310.06 0.91 0.34
Hex A3 8 89 0 5F 10 24 136 5B 22
Octal 243 10 211 0 137 20 44 466 133 42
Binary 10100011 1000 10001001 0 1011111 10000 100100 100110110 1011011 100010

Color Harmonies of #A30889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30889

Black with #A30889

Text Example


Text Example

White with #A30889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30889; }

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

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

background-color css

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

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

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

border-color css

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

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

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