Html Css Color HEX #A005A7 Dark Magenta

📋 copy color: '#A005A7'

red 160 ◦ green 5 ◦ blue 167

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

Shades of Dark Magenta #A005A7

Tints of Dark Magenta #A005A7

RGB

 RED value IS 160 (62.89% from 255) = 48.19%

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 48.19%
G = 1.51%
B = 50.3%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A005A7 (or 0xA005A7) is known color: Dark Magenta. HEX triplet: A0, 05 and A7. RGB value is (160,5,167). Sum of RGB (Red+Green+Blue) = 160+5+167=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #A005A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005A7 is #5FFA58. Grayscale: #454545. Windows color (decimal): -6290009 or 10945952. OLE color: 10945952.

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

Color convert

RGB 160 5 167 -
CMYK 0.04 0.97 0 0.35
HSL 297.41º 0.94% 0.34% -
HSV(B) 297.41º 0.97% 0.65% -
XYZ 21.53 10.37 37.43 -
YUV 69.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 160 5 167 0.04 0.97 0 0.35 297.41 0.94 0.34
Hex A0 5 A7 4 61 0 23 129 5E 22
Octal 240 5 247 4 141 0 43 451 136 42
Binary 10100000 101 10100111 100 1100001 0 100011 100101001 1011110 100010

Color Harmonies of #A005A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005A7

Black with #A005A7

Text Example


Text Example

White with #A005A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005A7; }

 p { color: rgb(160,5,167); }

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

background-color css

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

 a { background-color: rgb(160,5,167); }

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

border-color css

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

 span { border-color: rgb(160,5,167); }

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