Html Css Color HEX #A30093 Dark Magenta

📋 copy color: '#A30093'

red 163 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #A30093

Tints of Dark Magenta #A30093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.58%
G = 0%
B = 47.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A30093 (or 0xA30093) is known color: Dark Magenta. HEX triplet: A3, 00 and 93. RGB value is (163,0,147). Sum of RGB (Red+Green+Blue) = 163+0+147=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A30093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30093 is #5CFF6C. Grayscale: #414141. Windows color (decimal): -6094701 or 9633955. OLE color: 9633955.

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

Color convert

RGB 163 0 147 -
CMYK 0 1 0.10 0.36
HSL 305.89º 1% 0.32% -
HSV(B) 305.89º 1% 0.64% -
XYZ 20.37 9.89 28.44 -
YUV 65.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 163 0 147 0 1 0.10 0.36 305.89 1 0.32
Hex A3 0 93 0 64 A 24 132 64 20
Octal 243 0 223 0 144 12 44 462 144 40
Binary 10100011 0 10010011 0 1100100 1010 100100 100110010 1100100 100000

Color Harmonies of #A30093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30093

Black with #A30093

Text Example


Text Example

White with #A30093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30093; }

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

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

background-color css

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

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

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

border-color css

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

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

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