Html Css Color HEX #A01694 Dark Magenta

📋 copy color: '#A01694'

red 160 ◦ green 22 ◦ blue 148

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

Shades of Dark Magenta #A01694

Tints of Dark Magenta #A01694

RGB

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

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

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

R = 48.48%
G = 6.67%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A01694 (or 0xA01694) is known color: Dark Magenta. HEX triplet: A0, 16 and 94. RGB value is (160,22,148). Sum of RGB (Red+Green+Blue) = 160+22+148=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A01694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01694 is #5FE96B. Grayscale: #4D4D4D. Windows color (decimal): -6285676 or 9705120. OLE color: 9705120.

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

Color convert

RGB 160 22 148 -
CMYK 0 0.86 0.07 0.37
HSL 305.22º 0.76% 0.36% -
HSV(B) 305.22º 0.86% 0.63% -
XYZ 20.13 10.19 28.92 -
YUV 77.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 160 22 148 0 0.86 0.07 0.37 305.22 0.76 0.36
Hex A0 16 94 0 56 7 25 131 4C 24
Octal 240 26 224 0 126 7 45 461 114 44
Binary 10100000 10110 10010100 0 1010110 111 100101 100110001 1001100 100100

Color Harmonies of #A01694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01694

Black with #A01694

Text Example


Text Example

White with #A01694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01694; }

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

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

background-color css

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

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

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

border-color css

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

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

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