Html Css Color HEX #A30393 Dark Magenta

📋 copy color: '#A30393'

red 163 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #A30393

Tints of Dark Magenta #A30393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 52.08%
G = 0.96%
B = 46.96%

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

#A30393 (or 0xA30393) is known color: Dark Magenta. HEX triplet: A3, 03 and 93. RGB value is (163,3,147). Sum of RGB (Red+Green+Blue) = 163+3+147=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A30393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30393 is #5CFC6C. Grayscale: #424242. Windows color (decimal): -6093933 or 9634723. OLE color: 9634723.

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

Color convert

RGB 163 3 147 -
CMYK 0 0.98 0.10 0.36
HSL 306º 0.96% 0.33% -
HSV(B) 306º 0.98% 0.64% -
XYZ 20.4 9.96 28.45 -
YUV 67.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 163 3 147 0 0.98 0.10 0.36 306 0.96 0.33
Hex A3 3 93 0 62 A 24 132 60 21
Octal 243 3 223 0 142 12 44 462 140 41
Binary 10100011 11 10010011 0 1100010 1010 100100 100110010 1100000 100001

Color Harmonies of #A30393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30393

Black with #A30393

Text Example


Text Example

White with #A30393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30393; }

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

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

background-color css

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

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

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

border-color css

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

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

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