Html Css Color HEX #A507AC Dark Magenta

📋 copy color: '#A507AC'

red 165 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #A507AC

Tints of Dark Magenta #A507AC

RGB

 RED value IS 165 (64.84% from 255) = 47.97%

 GREEN value IS 7 (3.13% from 255) = 2.03%

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

R = 47.97%
G = 2.03%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A507AC (or 0xA507AC) is known color: Dark Magenta. HEX triplet: A5, 07 and AC. RGB value is (165,7,172). Sum of RGB (Red+Green+Blue) = 165+7+172=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #A507AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A507AC is #5AF853. Grayscale: #484848. Windows color (decimal): -5961812 or 11274149. OLE color: 11274149.

HSL color Cylindrical-coordinate representation of color #A507AC: hue angle of 297.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A507AC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 7 172 -
CMYK 0.04 0.96 0 0.33
HSL 297.45º 0.92% 0.35% -
HSV(B) 297.45º 0.96% 0.67% -
XYZ 23.04 11.13 39.96 -
YUV 73.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 165 7 172 0.04 0.96 0 0.33 297.45 0.92 0.35
Hex A5 7 AC 4 60 0 21 129 5C 23
Octal 245 7 254 4 140 0 41 451 134 43
Binary 10100101 111 10101100 100 1100000 0 100001 100101001 1011100 100011

Color Harmonies of #A507AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507AC

Black with #A507AC

Text Example


Text Example

White with #A507AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507AC; }

 p { color: rgb(165,7,172); }

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

background-color css

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

 a { background-color: rgb(165,7,172); }

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

border-color css

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

 span { border-color: rgb(165,7,172); }

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