Html Css Color HEX #A3008A Dark Magenta

📋 copy color: '#A3008A'

red 163 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #A3008A

Tints of Dark Magenta #A3008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 54.15%
G = 0%
B = 45.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3008A (or 0xA3008A) is known color: Dark Magenta. HEX triplet: A3, 00 and 8A. RGB value is (163,0,138). Sum of RGB (Red+Green+Blue) = 163+0+138=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A3008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3008A is #5CFF75. Grayscale: #404040. Windows color (decimal): -6094710 or 9044131. OLE color: 9044131.

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

Color convert

RGB 163 0 138 -
CMYK 0 1 0.15 0.36
HSL 309.2º 1% 0.32% -
HSV(B) 309.2º 1% 0.64% -
XYZ 19.69 9.62 24.86 -
YUV 64.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 163 0 138 0 1 0.15 0.36 309.2 1 0.32
Hex A3 0 8A 0 64 F 24 135 64 20
Octal 243 0 212 0 144 17 44 465 144 40
Binary 10100011 0 10001010 0 1100100 1111 100100 100110101 1100100 100000

Color Harmonies of #A3008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3008A

Black with #A3008A

Text Example


Text Example

White with #A3008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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