Html Css Color HEX #A5008A Dark Magenta

📋 copy color: '#A5008A'

red 165 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #A5008A

Tints of Dark Magenta #A5008A

RGB

 RED value IS 165 (64.84% from 255) = 54.46%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 54.46%
G = 0%
B = 45.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5008A (or 0xA5008A) is known color: Dark Magenta. HEX triplet: A5, 00 and 8A. RGB value is (165,0,138). Sum of RGB (Red+Green+Blue) = 165+0+138=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A5008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5008A is #5AFF75. Grayscale: #404040. Windows color (decimal): -5963638 or 9044133. OLE color: 9044133.

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

Color convert

RGB 165 0 138 -
CMYK 0 1 0.16 0.35
HSL 309.82º 1% 0.32% -
HSV(B) 309.82º 1% 0.65% -
XYZ 20.1 9.83 24.88 -
YUV 65.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 165 0 138 0 1 0.16 0.35 309.82 1 0.32
Hex A5 0 8A 0 64 10 23 136 64 20
Octal 245 0 212 0 144 20 43 466 144 40
Binary 10100101 0 10001010 0 1100100 10000 100011 100110110 1100100 100000

Color Harmonies of #A5008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5008A

Black with #A5008A

Text Example


Text Example

White with #A5008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5008A; }

 p { color: rgb(165,0,138); }

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

background-color css

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

 a { background-color: rgb(165,0,138); }

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

border-color css

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

 span { border-color: rgb(165,0,138); }

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