Html Css Color HEX #A3009E Dark Magenta

📋 copy color: '#A3009E'

red 163 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #A3009E

Tints of Dark Magenta #A3009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.22%

R = 50.78%
G = 0%
B = 49.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3009E (or 0xA3009E) is known color: Dark Magenta. HEX triplet: A3, 00 and 9E. RGB value is (163,0,158). Sum of RGB (Red+Green+Blue) = 163+0+158=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3009E is #5CFF61. Grayscale: #424242. Windows color (decimal): -6094690 or 10354851. OLE color: 10354851.

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

Color convert

RGB 163 0 158 -
CMYK 0 1 0.03 0.36
HSL 301.84º 1% 0.32% -
HSV(B) 301.84º 1% 0.64% -
XYZ 21.28 10.26 33.21 -
YUV 66.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 163 0 158 0 1 0.03 0.36 301.84 1 0.32
Hex A3 0 9E 0 64 3 24 12E 64 20
Octal 243 0 236 0 144 3 44 456 144 40
Binary 10100011 0 10011110 0 1100100 11 100100 100101110 1100100 100000

Color Harmonies of #A3009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3009E

Black with #A3009E

Text Example


Text Example

White with #A3009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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