Html Css Color HEX #A306AC Dark Magenta

📋 copy color: '#A306AC'

red 163 ◦ green 6 ◦ blue 172

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

Shades of Dark Magenta #A306AC

Tints of Dark Magenta #A306AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 47.8%
G = 1.76%
B = 50.44%

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

#A306AC (or 0xA306AC) is known color: Dark Magenta. HEX triplet: A3, 06 and AC. RGB value is (163,6,172). Sum of RGB (Red+Green+Blue) = 163+6+172=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A306AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306AC is #5CF953. Grayscale: #474747. Windows color (decimal): -6093140 or 11273891. OLE color: 11273891.

HSL color Cylindrical-coordinate representation of color #A306AC: hue angle of 296.75º degrees, saturation: 0.93, 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 #A306AC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 6 172 -
CMYK 0.05 0.97 0 0.33
HSL 296.75º 0.93% 0.35% -
HSV(B) 296.75º 0.97% 0.67% -
XYZ 22.62 10.9 39.94 -
YUV 71.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 163 6 172 0.05 0.97 0 0.33 296.75 0.93 0.35
Hex A3 6 AC 5 61 0 21 129 5D 23
Octal 243 6 254 5 141 0 41 451 135 43
Binary 10100011 110 10101100 101 1100001 0 100001 100101001 1011101 100011

Color Harmonies of #A306AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306AC

Black with #A306AC

Text Example


Text Example

White with #A306AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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