Html Css Color HEX #A304AC Dark Magenta

📋 copy color: '#A304AC'

red 163 ◦ green 4 ◦ blue 172

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

Shades of Dark Magenta #A304AC

Tints of Dark Magenta #A304AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 48.08%
G = 1.18%
B = 50.74%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A304AC (or 0xA304AC) is known color: Dark Magenta. HEX triplet: A3, 04 and AC. RGB value is (163,4,172). Sum of RGB (Red+Green+Blue) = 163+4+172=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A304AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A304AC is #5CFB53. Grayscale: #464646. Windows color (decimal): -6093652 or 11273379. OLE color: 11273379.

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

Color convert

RGB 163 4 172 -
CMYK 0.05 0.98 0 0.33
HSL 296.79º 0.95% 0.35% -
HSV(B) 296.79º 0.98% 0.67% -
XYZ 22.59 10.85 39.93 -
YUV 70.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 163 4 172 0.05 0.98 0 0.33 296.79 0.95 0.35
Hex A3 4 AC 5 62 0 21 129 5F 23
Octal 243 4 254 5 142 0 41 451 137 43
Binary 10100011 100 10101100 101 1100010 0 100001 100101001 1011111 100011

Color Harmonies of #A304AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304AC

Black with #A304AC

Text Example


Text Example

White with #A304AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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