Html Css Color HEX #A3009C Dark Magenta

📋 copy color: '#A3009C'

red 163 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #A3009C

Tints of Dark Magenta #A3009C

RGB

 RED value IS 163 (64.06% from 255) = 51.1%

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 51.1%
G = 0%
B = 48.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3009C (or 0xA3009C) is known color: Dark Magenta. HEX triplet: A3, 00 and 9C. RGB value is (163,0,156). Sum of RGB (Red+Green+Blue) = 163+0+156=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3009C is #5CFF63. Grayscale: #424242. Windows color (decimal): -6094692 or 10223779. OLE color: 10223779.

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

Color convert

RGB 163 0 156 -
CMYK 0 1 0.04 0.36
HSL 302.58º 1% 0.32% -
HSV(B) 302.58º 1% 0.64% -
XYZ 21.11 10.19 32.31 -
YUV 66.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 163 0 156 0 1 0.04 0.36 302.58 1 0.32
Hex A3 0 9C 0 64 4 24 12F 64 20
Octal 243 0 234 0 144 4 44 457 144 40
Binary 10100011 0 10011100 0 1100100 100 100100 100101111 1100100 100000

Color Harmonies of #A3009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3009C

Black with #A3009C

Text Example


Text Example

White with #A3009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3009C; }

 p { color: rgb(163,0,156); }

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

background-color css

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

 a { background-color: rgb(163,0,156); }

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

border-color css

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

 span { border-color: rgb(163,0,156); }

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