Html Css Color HEX #A801A5 Dark Magenta

📋 copy color: '#A801A5'

red 168 ◦ green 1 ◦ blue 165

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

Shades of Dark Magenta #A801A5

Tints of Dark Magenta #A801A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.4%

R = 50.3%
G = 0.3%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A801A5 (or 0xA801A5) is known color: Dark Magenta. HEX triplet: A8, 01 and A5. RGB value is (168,1,165). Sum of RGB (Red+Green+Blue) = 168+1+165=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A801A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A801A5 is #57FE5A. Grayscale: #454545. Windows color (decimal): -5766747 or 10813864. OLE color: 10813864.

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

Color convert

RGB 168 1 165 -
CMYK 0 0.99 0.02 0.34
HSL 301.08º 0.99% 0.33% -
HSV(B) 301.08º 0.99% 0.66% -
XYZ 22.95 11.06 36.52 -
YUV 69.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 168 1 165 0 0.99 0.02 0.34 301.08 0.99 0.33
Hex A8 1 A5 0 63 2 22 12D 63 21
Octal 250 1 245 0 143 2 42 455 143 41
Binary 10101000 1 10100101 0 1100011 10 100010 100101101 1100011 100001

Color Harmonies of #A801A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801A5

Black with #A801A5

Text Example


Text Example

White with #A801A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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