Html Css Color HEX #A3008F Dark Magenta

📋 copy color: '#A3008F'

red 163 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #A3008F

Tints of Dark Magenta #A3008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.73%

R = 53.27%
G = 0%
B = 46.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3008F (or 0xA3008F) is known color: Dark Magenta. HEX triplet: A3, 00 and 8F. RGB value is (163,0,143). Sum of RGB (Red+Green+Blue) = 163+0+143=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008F is #5CFF70. Grayscale: #404040. Windows color (decimal): -6094705 or 9371811. OLE color: 9371811.

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

Color convert

RGB 163 0 143 -
CMYK 0 1 0.12 0.36
HSL 307.36º 1% 0.32% -
HSV(B) 307.36º 1% 0.64% -
XYZ 20.06 9.77 26.81 -
YUV 65.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 163 0 143 0 1 0.12 0.36 307.36 1 0.32
Hex A3 0 8F 0 64 C 24 133 64 20
Octal 243 0 217 0 144 14 44 463 144 40
Binary 10100011 0 10001111 0 1100100 1100 100100 100110011 1100100 100000

Color Harmonies of #A3008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3008F

Black with #A3008F

Text Example


Text Example

White with #A3008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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