Html Css Color HEX #A100A4 Dark Magenta

📋 copy color: '#A100A4'

red 161 ◦ green 0 ◦ blue 164

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

Shades of Dark Magenta #A100A4

Tints of Dark Magenta #A100A4

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

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

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

R = 49.54%
G = 0%
B = 50.46%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A100A4 (or 0xA100A4) is known color: Dark Magenta. HEX triplet: A1, 00 and A4. RGB value is (161,0,164). Sum of RGB (Red+Green+Blue) = 161+0+164=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #A100A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A100A4 is #5EFF5B. Grayscale: #424242. Windows color (decimal): -6225756 or 10748065. OLE color: 10748065.

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

Color convert

RGB 161 0 164 -
CMYK 0.02 1 0 0.36
HSL 298.9º 1% 0.32% -
HSV(B) 298.9º 1% 0.64% -
XYZ 21.4 10.26 35.97 -
YUV 66.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 161 0 164 0.02 1 0 0.36 298.9 1 0.32
Hex A1 0 A4 2 64 0 24 12B 64 20
Octal 241 0 244 2 144 0 44 453 144 40
Binary 10100001 0 10100100 10 1100100 0 100100 100101011 1100100 100000

Color Harmonies of #A100A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100A4

Black with #A100A4

Text Example


Text Example

White with #A100A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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