Html Css Color HEX #A900AC Dark Magenta

📋 copy color: '#A900AC'

red 169 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #A900AC

Tints of Dark Magenta #A900AC

RGB

 RED value IS 169 (66.41% from 255) = 49.56%

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

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

R = 49.56%
G = 0%
B = 50.44%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A900AC (or 0xA900AC) is known color: Dark Magenta. HEX triplet: A9, 00 and AC. RGB value is (169,0,172). Sum of RGB (Red+Green+Blue) = 169+0+172=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A900AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A900AC is #56FF53. Grayscale: #454545. Windows color (decimal): -5701460 or 11272361. OLE color: 11272361.

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

Color convert

RGB 169 0 172 -
CMYK 0.02 1 0 0.33
HSL 298.95º 1% 0.34% -
HSV(B) 298.95º 1% 0.67% -
XYZ 23.81 11.41 39.98 -
YUV 70.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 169 0 172 0.02 1 0 0.33 298.95 1 0.34
Hex A9 0 AC 2 64 0 21 12B 64 22
Octal 251 0 254 2 144 0 41 453 144 42
Binary 10101001 0 10101100 10 1100100 0 100001 100101011 1100100 100010

Color Harmonies of #A900AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900AC

Black with #A900AC

Text Example


Text Example

White with #A900AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900AC; }

 p { color: rgb(169,0,172); }

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

background-color css

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

 a { background-color: rgb(169,0,172); }

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

border-color css

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

 span { border-color: rgb(169,0,172); }

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