Html Css Color HEX #A300A6 Dark Magenta

📋 copy color: '#A300A6'

red 163 ◦ green 0 ◦ blue 166

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

Shades of Dark Magenta #A300A6

Tints of Dark Magenta #A300A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 166 (65.23% from 255) = 50.46%

R = 49.54%
G = 0%
B = 50.46%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A300A6 (or 0xA300A6) is known color: Dark Magenta. HEX triplet: A3, 00 and A6. RGB value is (163,0,166). Sum of RGB (Red+Green+Blue) = 163+0+166=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #A300A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300A6 is #5CFF59. Grayscale: #434343. Windows color (decimal): -6094682 or 10879139. OLE color: 10879139.

HSL color Cylindrical-coordinate representation of color #A300A6: hue angle of 298.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300A6 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 0 166 -
CMYK 0.02 1 0 0.35
HSL 298.92º 1% 0.33% -
HSV(B) 298.92º 1% 0.65% -
XYZ 21.99 10.54 36.95 -
YUV 67.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 163 0 166 0.02 1 0 0.35 298.92 1 0.33
Hex A3 0 A6 2 64 0 23 12B 64 21
Octal 243 0 246 2 144 0 43 453 144 41
Binary 10100011 0 10100110 10 1100100 0 100011 100101011 1100100 100001

Color Harmonies of #A300A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300A6

Black with #A300A6

Text Example


Text Example

White with #A300A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300A6; }

 p { color: rgb(163,0,166); }

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

background-color css

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

 a { background-color: rgb(163,0,166); }

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

border-color css

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

 span { border-color: rgb(163,0,166); }

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