Html Css Color HEX #A8008A Dark Magenta

📋 copy color: '#A8008A'

red 168 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #A8008A

Tints of Dark Magenta #A8008A

RGB

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

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

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

R = 54.9%
G = 0%
B = 45.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8008A (or 0xA8008A) is known color: Dark Magenta. HEX triplet: A8, 00 and 8A. RGB value is (168,0,138). Sum of RGB (Red+Green+Blue) = 168+0+138=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A8008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8008A is #57FF75. Grayscale: #414141. Windows color (decimal): -5767030 or 9044136. OLE color: 9044136.

HSL color Cylindrical-coordinate representation of color #A8008A: hue angle of 310.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8008A is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 138 -
CMYK 0 1 0.18 0.34
HSL 310.71º 1% 0.33% -
HSV(B) 310.71º 1% 0.66% -
XYZ 20.74 10.16 24.91 -
YUV 65.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 168 0 138 0 1 0.18 0.34 310.71 1 0.33
Hex A8 0 8A 0 64 12 22 137 64 21
Octal 250 0 212 0 144 22 42 467 144 41
Binary 10101000 0 10001010 0 1100100 10010 100010 100110111 1100100 100001

Color Harmonies of #A8008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8008A

Black with #A8008A

Text Example


Text Example

White with #A8008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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