Html Css Color HEX #A80094 Dark Magenta

📋 copy color: '#A80094'

red 168 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #A80094

Tints of Dark Magenta #A80094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 53.16%
G = 0%
B = 46.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A80094 (or 0xA80094) is known color: Dark Magenta. HEX triplet: A8, 00 and 94. RGB value is (168,0,148). Sum of RGB (Red+Green+Blue) = 168+0+148=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A80094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80094 is #57FF6B. Grayscale: #424242. Windows color (decimal): -5767020 or 9699496. OLE color: 9699496.

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

Color convert

RGB 168 0 148 -
CMYK 0 1 0.12 0.34
HSL 307.14º 1% 0.33% -
HSV(B) 307.14º 1% 0.66% -
XYZ 21.49 10.46 28.9 -
YUV 67.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 168 0 148 0 1 0.12 0.34 307.14 1 0.33
Hex A8 0 94 0 64 C 22 133 64 21
Octal 250 0 224 0 144 14 42 463 144 41
Binary 10101000 0 10010100 0 1100100 1100 100010 100110011 1100100 100001

Color Harmonies of #A80094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80094

Black with #A80094

Text Example


Text Example

White with #A80094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80094; }

 p { color: rgb(168,0,148); }

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

background-color css

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

 a { background-color: rgb(168,0,148); }

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

border-color css

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

 span { border-color: rgb(168,0,148); }

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