Html Css Color HEX #A3169E Dark Magenta

📋 copy color: '#A3169E'

red 163 ◦ green 22 ◦ blue 158

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

Shades of Dark Magenta #A3169E

Tints of Dark Magenta #A3169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

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

R = 47.52%
G = 6.41%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3169E (or 0xA3169E) is known color: Dark Magenta. HEX triplet: A3, 16 and 9E. RGB value is (163,22,158). Sum of RGB (Red+Green+Blue) = 163+22+158=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3169E is #5CE961. Grayscale: #4F4F4F. Windows color (decimal): -6089058 or 10360483. OLE color: 10360483.

HSL color Cylindrical-coordinate representation of color #A3169E: hue angle of 302.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3169E is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 22 158 -
CMYK 0 0.87 0.03 0.36
HSL 302.13º 0.76% 0.36% -
HSV(B) 302.13º 0.87% 0.64% -
XYZ 21.56 10.83 33.3 -
YUV 79.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 163 22 158 0 0.87 0.03 0.36 302.13 0.76 0.36
Hex A3 16 9E 0 57 3 24 12E 4C 24
Octal 243 26 236 0 127 3 44 456 114 44
Binary 10100011 10110 10011110 0 1010111 11 100100 100101110 1001100 100100

Color Harmonies of #A3169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3169E

Black with #A3169E

Text Example


Text Example

White with #A3169E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3169E; }

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

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

background-color css

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

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

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

border-color css

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

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

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