Html Css Color HEX #A309AC Dark Magenta

📋 copy color: '#A309AC'

red 163 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #A309AC

Tints of Dark Magenta #A309AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 47.38%
G = 2.62%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A309AC (or 0xA309AC) is known color: Dark Magenta. HEX triplet: A3, 09 and AC. RGB value is (163,9,172). Sum of RGB (Red+Green+Blue) = 163+9+172=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #A309AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A309AC is #5CF653. Grayscale: #494949. Windows color (decimal): -6092372 or 11274659. OLE color: 11274659.

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

Color convert

RGB 163 9 172 -
CMYK 0.05 0.95 0 0.33
HSL 296.69º 0.9% 0.35% -
HSV(B) 296.69º 0.95% 0.67% -
XYZ 22.65 10.96 39.95 -
YUV 73.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 163 9 172 0.05 0.95 0 0.33 296.69 0.9 0.35
Hex A3 9 AC 5 5F 0 21 129 5A 23
Octal 243 11 254 5 137 0 41 451 132 43
Binary 10100011 1001 10101100 101 1011111 0 100001 100101001 1011010 100011

Color Harmonies of #A309AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309AC

Black with #A309AC

Text Example


Text Example

White with #A309AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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