Html Css Color HEX #A80193 Dark Magenta

📋 copy color: '#A80193'

red 168 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #A80193

Tints of Dark Magenta #A80193

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 53.16%
G = 0.32%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A80193 (or 0xA80193) is known color: Dark Magenta. HEX triplet: A8, 01 and 93. RGB value is (168,1,147). Sum of RGB (Red+Green+Blue) = 168+1+147=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A80193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80193 is #57FE6C. Grayscale: #434343. Windows color (decimal): -5766765 or 9634216. OLE color: 9634216.

HSL color Cylindrical-coordinate representation of color #A80193: hue angle of 307.54º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80193 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 147 -
CMYK 0 0.99 0.13 0.34
HSL 307.54º 0.99% 0.33% -
HSV(B) 307.54º 0.99% 0.66% -
XYZ 21.43 10.45 28.49 -
YUV 67.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 168 1 147 0 0.99 0.13 0.34 307.54 0.99 0.33
Hex A8 1 93 0 63 D 22 134 63 21
Octal 250 1 223 0 143 15 42 464 143 41
Binary 10101000 1 10010011 0 1100011 1101 100010 100110100 1100011 100001

Color Harmonies of #A80193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80193

Black with #A80193

Text Example


Text Example

White with #A80193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80193; }

 p { color: rgb(168,1,147); }

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

background-color css

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

 a { background-color: rgb(168,1,147); }

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

border-color css

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

 span { border-color: rgb(168,1,147); }

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