Html Css Color HEX #A01692 Dark Magenta

📋 copy color: '#A01692'

red 160 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #A01692

Tints of Dark Magenta #A01692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 48.78%
G = 6.71%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01692 (or 0xA01692) is known color: Dark Magenta. HEX triplet: A0, 16 and 92. RGB value is (160,22,146). Sum of RGB (Red+Green+Blue) = 160+22+146=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A01692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01692 is #5FE96D. Grayscale: #4D4D4D. Windows color (decimal): -6285678 or 9574048. OLE color: 9574048.

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

Color convert

RGB 160 22 146 -
CMYK 0 0.86 0.09 0.37
HSL 306.09º 0.76% 0.36% -
HSV(B) 306.09º 0.86% 0.63% -
XYZ 19.97 10.12 28.1 -
YUV 77.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 160 22 146 0 0.86 0.09 0.37 306.09 0.76 0.36
Hex A0 16 92 0 56 9 25 132 4C 24
Octal 240 26 222 0 126 11 45 462 114 44
Binary 10100000 10110 10010010 0 1010110 1001 100101 100110010 1001100 100100

Color Harmonies of #A01692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01692

Black with #A01692

Text Example


Text Example

White with #A01692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01692; }

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

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

background-color css

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

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

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

border-color css

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

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

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