Html Css Color HEX #A30894 Dark Magenta

📋 copy color: '#A30894'

red 163 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #A30894

Tints of Dark Magenta #A30894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 51.1%
G = 2.51%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A30894 (or 0xA30894) is known color: Dark Magenta. HEX triplet: A3, 08 and 94. RGB value is (163,8,148). Sum of RGB (Red+Green+Blue) = 163+8+148=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A30894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30894 is #5CF76B. Grayscale: #454545. Windows color (decimal): -6092652 or 9701539. OLE color: 9701539.

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

Color convert

RGB 163 8 148 -
CMYK 0 0.95 0.09 0.36
HSL 305.81º 0.91% 0.34% -
HSV(B) 305.81º 0.95% 0.64% -
XYZ 20.54 10.1 28.88 -
YUV 70.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 163 8 148 0 0.95 0.09 0.36 305.81 0.91 0.34
Hex A3 8 94 0 5F 9 24 132 5B 22
Octal 243 10 224 0 137 11 44 462 133 42
Binary 10100011 1000 10010100 0 1011111 1001 100100 100110010 1011011 100010

Color Harmonies of #A30894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30894

Black with #A30894

Text Example


Text Example

White with #A30894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30894; }

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

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

background-color css

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

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

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

border-color css

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

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

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