Html Css Color HEX #A80198 Dark Magenta

📋 copy color: '#A80198'

red 168 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #A80198

Tints of Dark Magenta #A80198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 52.34%
G = 0.31%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A80198 (or 0xA80198) is known color: Dark Magenta. HEX triplet: A8, 01 and 98. RGB value is (168,1,152). Sum of RGB (Red+Green+Blue) = 168+1+152=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80198 is #57FE67. Grayscale: #434343. Windows color (decimal): -5766760 or 9961896. OLE color: 9961896.

HSL color Cylindrical-coordinate representation of color #A80198: hue angle of 305.75º 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 #A80198 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 152 -
CMYK 0 0.99 0.10 0.34
HSL 305.75º 0.99% 0.33% -
HSV(B) 305.75º 0.99% 0.66% -
XYZ 21.83 10.61 30.6 -
YUV 68.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 168 1 152 0 0.99 0.10 0.34 305.75 0.99 0.33
Hex A8 1 98 0 63 A 22 132 63 21
Octal 250 1 230 0 143 12 42 462 143 41
Binary 10101000 1 10011000 0 1100011 1010 100010 100110010 1100011 100001

Color Harmonies of #A80198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80198

Black with #A80198

Text Example


Text Example

White with #A80198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80198; }

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

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

background-color css

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

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

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

border-color css

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

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

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