Html Css Color HEX #A01698 Dark Magenta

📋 copy color: '#A01698'

red 160 ◦ green 22 ◦ blue 152

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

Shades of Dark Magenta #A01698

Tints of Dark Magenta #A01698

RGB

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

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

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

R = 47.9%
G = 6.59%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A01698 (or 0xA01698) is known color: Dark Magenta. HEX triplet: A0, 16 and 98. RGB value is (160,22,152). Sum of RGB (Red+Green+Blue) = 160+22+152=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A01698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01698 is #5FE967. Grayscale: #4D4D4D. Windows color (decimal): -6285672 or 9967264. OLE color: 9967264.

HSL color Cylindrical-coordinate representation of color #A01698: hue angle of 303.48º 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 #A01698 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 152 -
CMYK 0 0.86 0.05 0.37
HSL 303.48º 0.76% 0.36% -
HSV(B) 303.48º 0.86% 0.63% -
XYZ 20.45 10.31 30.62 -
YUV 78.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 160 22 152 0 0.86 0.05 0.37 303.48 0.76 0.36
Hex A0 16 98 0 56 5 25 12F 4C 24
Octal 240 26 230 0 126 5 45 457 114 44
Binary 10100000 10110 10011000 0 1010110 101 100101 100101111 1001100 100100

Color Harmonies of #A01698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01698

Black with #A01698

Text Example


Text Example

White with #A01698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01698; }

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

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

background-color css

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

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

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

border-color css

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

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

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