Html Css Color HEX #A305AC Dark Magenta

📋 copy color: '#A305AC'

red 163 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #A305AC

Tints of Dark Magenta #A305AC

RGB

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

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

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

R = 47.94%
G = 1.47%
B = 50.59%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A305AC (or 0xA305AC) is known color: Dark Magenta. HEX triplet: A3, 05 and AC. RGB value is (163,5,172). Sum of RGB (Red+Green+Blue) = 163+5+172=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #A305AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A305AC is #5CFA53. Grayscale: #464646. Windows color (decimal): -6093396 or 11273635. OLE color: 11273635.

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

Color convert

RGB 163 5 172 -
CMYK 0.05 0.97 0 0.33
HSL 296.77º 0.94% 0.35% -
HSV(B) 296.77º 0.97% 0.67% -
XYZ 22.6 10.87 39.94 -
YUV 71.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 163 5 172 0.05 0.97 0 0.33 296.77 0.94 0.35
Hex A3 5 AC 5 61 0 21 129 5E 23
Octal 243 5 254 5 141 0 41 451 136 43
Binary 10100011 101 10101100 101 1100001 0 100001 100101001 1011110 100011

Color Harmonies of #A305AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A305AC

Black with #A305AC

Text Example


Text Example

White with #A305AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A305AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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