Html Css Color HEX #A304AD Dark Magenta

📋 copy color: '#A304AD'

red 163 ◦ green 4 ◦ blue 173

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

Shades of Dark Magenta #A304AD

Tints of Dark Magenta #A304AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 47.94%
G = 1.18%
B = 50.88%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A304AD (or 0xA304AD) is known color: Dark Magenta. HEX triplet: A3, 04 and AD. RGB value is (163,4,173). Sum of RGB (Red+Green+Blue) = 163+4+173=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #A304AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A304AD is #5CFB52. Grayscale: #464646. Windows color (decimal): -6093651 or 11338915. OLE color: 11338915.

HSL color Cylindrical-coordinate representation of color #A304AD: hue angle of 296.45º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304AD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 4 173 -
CMYK 0.06 0.98 0 0.32
HSL 296.45º 0.95% 0.35% -
HSV(B) 296.45º 0.98% 0.68% -
XYZ 22.69 10.89 40.44 -
YUV 70.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 163 4 173 0.06 0.98 0 0.32 296.45 0.95 0.35
Hex A3 4 AD 6 62 0 20 128 5F 23
Octal 243 4 255 6 142 0 40 450 137 43
Binary 10100011 100 10101101 110 1100010 0 100000 100101000 1011111 100011

Color Harmonies of #A304AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304AD

Black with #A304AD

Text Example


Text Example

White with #A304AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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