Html Css Color HEX #A8009E Dark Magenta

📋 copy color: '#A8009E'

red 168 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #A8009E

Tints of Dark Magenta #A8009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 51.53%
G = 0%
B = 48.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8009E (or 0xA8009E) is known color: Dark Magenta. HEX triplet: A8, 00 and 9E. RGB value is (168,0,158). Sum of RGB (Red+Green+Blue) = 168+0+158=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8009E is #57FF61. Grayscale: #434343. Windows color (decimal): -5767010 or 10354856. OLE color: 10354856.

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

Color convert

RGB 168 0 158 -
CMYK 0 1 0.06 0.34
HSL 303.57º 1% 0.33% -
HSV(B) 303.57º 1% 0.66% -
XYZ 22.32 10.79 33.25 -
YUV 68.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 168 0 158 0 1 0.06 0.34 303.57 1 0.33
Hex A8 0 9E 0 64 6 22 130 64 21
Octal 250 0 236 0 144 6 42 460 144 41
Binary 10101000 0 10011110 0 1100100 110 100010 100110000 1100100 100001

Color Harmonies of #A8009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8009E

Black with #A8009E

Text Example


Text Example

White with #A8009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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