Html Css Color HEX #A3108A Dark Magenta

📋 copy color: '#A3108A'

red 163 ◦ green 16 ◦ blue 138

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

Shades of Dark Magenta #A3108A

Tints of Dark Magenta #A3108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 51.42%
G = 5.05%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3108A (or 0xA3108A) is known color: Dark Magenta. HEX triplet: A3, 10 and 8A. RGB value is (163,16,138). Sum of RGB (Red+Green+Blue) = 163+16+138=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A3108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3108A is #5CEF75. Grayscale: #494949. Windows color (decimal): -6090614 or 9048227. OLE color: 9048227.

HSL color Cylindrical-coordinate representation of color #A3108A: hue angle of 310.2º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3108A is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 138 -
CMYK 0 0.90 0.15 0.36
HSL 310.2º 0.82% 0.35% -
HSV(B) 310.2º 0.9% 0.64% -
XYZ 19.88 9.99 24.93 -
YUV 73.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 163 16 138 0 0.90 0.15 0.36 310.2 0.82 0.35
Hex A3 10 8A 0 5A F 24 136 52 23
Octal 243 20 212 0 132 17 44 466 122 43
Binary 10100011 10000 10001010 0 1011010 1111 100100 100110110 1010010 100011

Color Harmonies of #A3108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3108A

Black with #A3108A

Text Example


Text Example

White with #A3108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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