Html Css Color HEX #A8009F Dark Magenta

📋 copy color: '#A8009F'

red 168 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #A8009F

Tints of Dark Magenta #A8009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.62%

R = 51.38%
G = 0%
B = 48.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8009F (or 0xA8009F) is known color: Dark Magenta. HEX triplet: A8, 00 and 9F. RGB value is (168,0,159). Sum of RGB (Red+Green+Blue) = 168+0+159=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8009F is #57FF60. Grayscale: #434343. Windows color (decimal): -5767009 or 10420392. OLE color: 10420392.

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

Color convert

RGB 168 0 159 -
CMYK 0 1 0.05 0.34
HSL 303.21º 1% 0.33% -
HSV(B) 303.21º 1% 0.66% -
XYZ 22.41 10.83 33.71 -
YUV 68.36 179.16 199.07 -
System Red Green Blue C M Y K H S L
Decimal 168 0 159 0 1 0.05 0.34 303.21 1 0.33
Hex A8 0 9F 0 64 5 22 12F 64 21
Octal 250 0 237 0 144 5 42 457 144 41
Binary 10101000 0 10011111 0 1100100 101 100010 100101111 1100100 100001

Color Harmonies of #A8009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8009F

Black with #A8009F

Text Example


Text Example

White with #A8009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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