Html Css Color HEX #A30593 Dark Magenta

📋 copy color: '#A30593'

red 163 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #A30593

Tints of Dark Magenta #A30593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 51.75%
G = 1.59%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A30593 (or 0xA30593) is known color: Dark Magenta. HEX triplet: A3, 05 and 93. RGB value is (163,5,147). Sum of RGB (Red+Green+Blue) = 163+5+147=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A30593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30593 is #5CFA6C. Grayscale: #444444. Windows color (decimal): -6093421 or 9635235. OLE color: 9635235.

HSL color Cylindrical-coordinate representation of color #A30593: hue angle of 306.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30593 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 147 -
CMYK 0 0.97 0.10 0.36
HSL 306.08º 0.94% 0.33% -
HSV(B) 306.08º 0.97% 0.64% -
XYZ 20.42 10 28.46 -
YUV 68.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 163 5 147 0 0.97 0.10 0.36 306.08 0.94 0.33
Hex A3 5 93 0 61 A 24 132 5E 21
Octal 243 5 223 0 141 12 44 462 136 41
Binary 10100011 101 10010011 0 1100001 1010 100100 100110010 1011110 100001

Color Harmonies of #A30593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30593

Black with #A30593

Text Example


Text Example

White with #A30593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30593; }

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

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

background-color css

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

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

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

border-color css

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

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

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