Html Css Color HEX #A304A7 Dark Magenta

📋 copy color: '#A304A7'

red 163 ◦ green 4 ◦ blue 167

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

Shades of Dark Magenta #A304A7

Tints of Dark Magenta #A304A7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 48.8%
G = 1.2%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A304A7 (or 0xA304A7) is known color: Dark Magenta. HEX triplet: A3, 04 and A7. RGB value is (163,4,167). Sum of RGB (Red+Green+Blue) = 163+4+167=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #A304A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A304A7 is #5CFB58. Grayscale: #454545. Windows color (decimal): -6093657 or 10945699. OLE color: 10945699.

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

Color convert

RGB 163 4 167 -
CMYK 0.02 0.98 0 0.35
HSL 298.53º 0.95% 0.34% -
HSV(B) 298.53º 0.98% 0.65% -
XYZ 22.12 10.66 37.45 -
YUV 70.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 163 4 167 0.02 0.98 0 0.35 298.53 0.95 0.34
Hex A3 4 A7 2 62 0 23 12B 5F 22
Octal 243 4 247 2 142 0 43 453 137 42
Binary 10100011 100 10100111 10 1100010 0 100011 100101011 1011111 100010

Color Harmonies of #A304A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304A7

Black with #A304A7

Text Example


Text Example

White with #A304A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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