Html Css Color HEX #A0168E Dark Magenta

📋 copy color: '#A0168E'

red 160 ◦ green 22 ◦ blue 142

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

Shades of Dark Magenta #A0168E

Tints of Dark Magenta #A0168E

RGB

 RED value IS 160 (62.89% from 255) = 49.38%

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

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 49.38%
G = 6.79%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0168E (or 0xA0168E) is known color: Dark Magenta. HEX triplet: A0, 16 and 8E. RGB value is (160,22,142). Sum of RGB (Red+Green+Blue) = 160+22+142=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0168E is #5FE971. Grayscale: #4C4C4C. Windows color (decimal): -6285682 or 9311904. OLE color: 9311904.

HSL color Cylindrical-coordinate representation of color #A0168E: hue angle of 307.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0168E is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 142 -
CMYK 0 0.86 0.11 0.37
HSL 307.83º 0.76% 0.36% -
HSV(B) 307.83º 0.86% 0.63% -
XYZ 19.67 10 26.48 -
YUV 76.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 160 22 142 0 0.86 0.11 0.37 307.83 0.76 0.36
Hex A0 16 8E 0 56 B 25 134 4C 24
Octal 240 26 216 0 126 13 45 464 114 44
Binary 10100000 10110 10001110 0 1010110 1011 100101 100110100 1001100 100100

Color Harmonies of #A0168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0168E

Black with #A0168E

Text Example


Text Example

White with #A0168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0168E; }

 p { color: rgb(160,22,142); }

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

background-color css

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

 a { background-color: rgb(160,22,142); }

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

border-color css

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

 span { border-color: rgb(160,22,142); }

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