Html Css Color HEX #A001A7 Dark Magenta

📋 copy color: '#A001A7'

red 160 ◦ green 1 ◦ blue 167

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

Shades of Dark Magenta #A001A7

Tints of Dark Magenta #A001A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50.91%

R = 48.78%
G = 0.3%
B = 50.91%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A001A7 (or 0xA001A7) is known color: Dark Magenta. HEX triplet: A0, 01 and A7. RGB value is (160,1,167). Sum of RGB (Red+Green+Blue) = 160+1+167=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #A001A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001A7 is #5FFE58. Grayscale: #424242. Windows color (decimal): -6291033 or 10944928. OLE color: 10944928.

HSL color Cylindrical-coordinate representation of color #A001A7: hue angle of 297.47º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A001A7 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 1 167 -
CMYK 0.04 0.99 0 0.35
HSL 297.47º 0.99% 0.33% -
HSV(B) 297.47º 0.99% 0.65% -
XYZ 21.48 10.29 37.41 -
YUV 67.47 184.18 194 -
System Red Green Blue C M Y K H S L
Decimal 160 1 167 0.04 0.99 0 0.35 297.47 0.99 0.33
Hex A0 1 A7 4 63 0 23 129 63 21
Octal 240 1 247 4 143 0 43 451 143 41
Binary 10100000 1 10100111 100 1100011 0 100011 100101001 1100011 100001

Color Harmonies of #A001A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001A7

Black with #A001A7

Text Example


Text Example

White with #A001A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001A7; }

 p { color: rgb(160,1,167); }

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

background-color css

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

 a { background-color: rgb(160,1,167); }

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

border-color css

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

 span { border-color: rgb(160,1,167); }

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