Html Css Color HEX #A30493 Dark Magenta

📋 copy color: '#A30493'

red 163 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #A30493

Tints of Dark Magenta #A30493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 51.91%
G = 1.27%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A30493 (or 0xA30493) is known color: Dark Magenta. HEX triplet: A3, 04 and 93. RGB value is (163,4,147). Sum of RGB (Red+Green+Blue) = 163+4+147=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A30493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30493 is #5CFB6C. Grayscale: #434343. Windows color (decimal): -6093677 or 9634979. OLE color: 9634979.

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

Color convert

RGB 163 4 147 -
CMYK 0 0.98 0.10 0.36
HSL 306.04º 0.95% 0.33% -
HSV(B) 306.04º 0.98% 0.64% -
XYZ 20.41 9.98 28.45 -
YUV 67.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 163 4 147 0 0.98 0.10 0.36 306.04 0.95 0.33
Hex A3 4 93 0 62 A 24 132 5F 21
Octal 243 4 223 0 142 12 44 462 137 41
Binary 10100011 100 10010011 0 1100010 1010 100100 100110010 1011111 100001

Color Harmonies of #A30493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30493

Black with #A30493

Text Example


Text Example

White with #A30493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30493; }

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

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

background-color css

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

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

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

border-color css

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

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

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