Html Css Color HEX #A800A4 Dark Magenta

📋 copy color: '#A800A4'

red 168 ◦ green 0 ◦ blue 164

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

Shades of Dark Magenta #A800A4

Tints of Dark Magenta #A800A4

RGB

 RED value IS 168 (66.02% from 255) = 50.6%

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

 BLUE value IS 164 (64.45% from 255) = 49.4%

R = 50.6%
G = 0%
B = 49.4%

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

#A800A4 (or 0xA800A4) is known color: Dark Magenta. HEX triplet: A8, 00 and A4. RGB value is (168,0,164). Sum of RGB (Red+Green+Blue) = 168+0+164=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A800A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A800A4 is #57FF5B. Grayscale: #444444. Windows color (decimal): -5767004 or 10748072. OLE color: 10748072.

HSL color Cylindrical-coordinate representation of color #A800A4: hue angle of 301.43º 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 #A800A4 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 164 -
CMYK 0 1 0.02 0.34
HSL 301.43º 1% 0.33% -
HSV(B) 301.43º 1% 0.66% -
XYZ 22.85 11.01 36.04 -
YUV 68.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 168 0 164 0 1 0.02 0.34 301.43 1 0.33
Hex A8 0 A4 0 64 2 22 12D 64 21
Octal 250 0 244 0 144 2 42 455 144 41
Binary 10101000 0 10100100 0 1100100 10 100010 100101101 1100100 100001

Color Harmonies of #A800A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800A4

Black with #A800A4

Text Example


Text Example

White with #A800A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800A4; }

 p { color: rgb(168,0,164); }

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

background-color css

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

 a { background-color: rgb(168,0,164); }

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

border-color css

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

 span { border-color: rgb(168,0,164); }

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