Html Css Color HEX #A30891 Dark Magenta

📋 copy color: '#A30891'

red 163 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #A30891

Tints of Dark Magenta #A30891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 51.58%
G = 2.53%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A30891 (or 0xA30891) is known color: Dark Magenta. HEX triplet: A3, 08 and 91. RGB value is (163,8,145). Sum of RGB (Red+Green+Blue) = 163+8+145=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A30891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30891 is #5CF76E. Grayscale: #454545. Windows color (decimal): -6092655 or 9504931. OLE color: 9504931.

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

Color convert

RGB 163 8 145 -
CMYK 0 0.95 0.11 0.36
HSL 306.97º 0.91% 0.34% -
HSV(B) 306.97º 0.95% 0.64% -
XYZ 20.3 10 27.65 -
YUV 69.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 163 8 145 0 0.95 0.11 0.36 306.97 0.91 0.34
Hex A3 8 91 0 5F B 24 133 5B 22
Octal 243 10 221 0 137 13 44 463 133 42
Binary 10100011 1000 10010001 0 1011111 1011 100100 100110011 1011011 100010

Color Harmonies of #A30891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30891

Black with #A30891

Text Example


Text Example

White with #A30891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30891; }

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

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

background-color css

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

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

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

border-color css

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

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

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