Html Css Color HEX #A8018A Dark Magenta

📋 copy color: '#A8018A'

red 168 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #A8018A

Tints of Dark Magenta #A8018A

RGB

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

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

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

R = 54.72%
G = 0.33%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8018A (or 0xA8018A) is known color: Dark Magenta. HEX triplet: A8, 01 and 8A. RGB value is (168,1,138). Sum of RGB (Red+Green+Blue) = 168+1+138=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A8018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8018A is #57FE75. Grayscale: #424242. Windows color (decimal): -5766774 or 9044392. OLE color: 9044392.

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

Color convert

RGB 168 1 138 -
CMYK 0 0.99 0.18 0.34
HSL 310.78º 0.99% 0.33% -
HSV(B) 310.78º 0.99% 0.66% -
XYZ 20.75 10.18 24.92 -
YUV 66.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 168 1 138 0 0.99 0.18 0.34 310.78 0.99 0.33
Hex A8 1 8A 0 63 12 22 137 63 21
Octal 250 1 212 0 143 22 42 467 143 41
Binary 10101000 1 10001010 0 1100011 10010 100010 100110111 1100011 100001

Color Harmonies of #A8018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8018A

Black with #A8018A

Text Example


Text Example

White with #A8018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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