Html Css Color HEX #A8089B Dark Magenta

📋 copy color: '#A8089B'

red 168 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #A8089B

Tints of Dark Magenta #A8089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 50.76%
G = 2.42%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8089B (or 0xA8089B) is known color: Dark Magenta. HEX triplet: A8, 08 and 9B. RGB value is (168,8,155). Sum of RGB (Red+Green+Blue) = 168+8+155=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8089B is #57F764. Grayscale: #484848. Windows color (decimal): -5764965 or 10160296. OLE color: 10160296.

HSL color Cylindrical-coordinate representation of color #A8089B: hue angle of 304.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8089B is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 155 -
CMYK 0 0.95 0.08 0.34
HSL 304.88º 0.91% 0.35% -
HSV(B) 304.88º 0.95% 0.66% -
XYZ 22.15 10.87 31.94 -
YUV 72.6 174.51 196.05 -
System Red Green Blue C M Y K H S L
Decimal 168 8 155 0 0.95 0.08 0.34 304.88 0.91 0.35
Hex A8 8 9B 0 5F 8 22 131 5B 23
Octal 250 10 233 0 137 10 42 461 133 43
Binary 10101000 1000 10011011 0 1011111 1000 100010 100110001 1011011 100011

Color Harmonies of #A8089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8089B

Black with #A8089B

Text Example


Text Example

White with #A8089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8089B; }

 p { color: rgb(168,8,155); }

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

background-color css

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

 a { background-color: rgb(168,8,155); }

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

border-color css

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

 span { border-color: rgb(168,8,155); }

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