Html Css Color HEX #A300A7 Dark Magenta

📋 copy color: '#A300A7'

red 163 ◦ green 0 ◦ blue 167

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

Shades of Dark Magenta #A300A7

Tints of Dark Magenta #A300A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50.61%

R = 49.39%
G = 0%
B = 50.61%

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

#A300A7 (or 0xA300A7) is known color: Dark Magenta. HEX triplet: A3, 00 and A7. RGB value is (163,0,167). Sum of RGB (Red+Green+Blue) = 163+0+167=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #A300A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300A7 is #5CFF58. Grayscale: #434343. Windows color (decimal): -6094681 or 10944675. OLE color: 10944675.

HSL color Cylindrical-coordinate representation of color #A300A7: hue angle of 298.56º 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 #A300A7 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 0 167 -
CMYK 0.02 1 0 0.35
HSL 298.56º 1% 0.33% -
HSV(B) 298.56º 1% 0.65% -
XYZ 22.08 10.58 37.44 -
YUV 67.78 184 195.92 -
System Red Green Blue C M Y K H S L
Decimal 163 0 167 0.02 1 0 0.35 298.56 1 0.33
Hex A3 0 A7 2 64 0 23 12B 64 21
Octal 243 0 247 2 144 0 43 453 144 41
Binary 10100011 0 10100111 10 1100100 0 100011 100101011 1100100 100001

Color Harmonies of #A300A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300A7

Black with #A300A7

Text Example


Text Example

White with #A300A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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