Html Css Color HEX #A900A6 Dark Magenta

📋 copy color: '#A900A6'

red 169 ◦ green 0 ◦ blue 166

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

Shades of Dark Magenta #A900A6

Tints of Dark Magenta #A900A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.55%

R = 50.45%
G = 0%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A900A6 (or 0xA900A6) is known color: Dark Magenta. HEX triplet: A9, 00 and A6. RGB value is (169,0,166). Sum of RGB (Red+Green+Blue) = 169+0+166=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A900A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A900A6 is #56FF59. Grayscale: #444444. Windows color (decimal): -5701466 or 10879145. OLE color: 10879145.

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

Color convert

RGB 169 0 166 -
CMYK 0 1 0.02 0.34
HSL 301.07º 1% 0.33% -
HSV(B) 301.07º 1% 0.66% -
XYZ 23.25 11.19 37.01 -
YUV 69.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 169 0 166 0 1 0.02 0.34 301.07 1 0.33
Hex A9 0 A6 0 64 2 22 12D 64 21
Octal 251 0 246 0 144 2 42 455 144 41
Binary 10101001 0 10100110 0 1100100 10 100010 100101101 1100100 100001

Color Harmonies of #A900A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900A6

Black with #A900A6

Text Example


Text Example

White with #A900A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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