Html Css Color HEX #A5089C Dark Magenta

📋 copy color: '#A5089C'

red 165 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #A5089C

Tints of Dark Magenta #A5089C

RGB

 RED value IS 165 (64.84% from 255) = 50.15%

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

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 50.15%
G = 2.43%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5089C (or 0xA5089C) is known color: Dark Magenta. HEX triplet: A5, 08 and 9C. RGB value is (165,8,156). Sum of RGB (Red+Green+Blue) = 165+8+156=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5089C is #5AF763. Grayscale: #474747. Windows color (decimal): -5961572 or 10225829. OLE color: 10225829.

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

Color convert

RGB 165 8 156 -
CMYK 0 0.95 0.05 0.35
HSL 303.44º 0.91% 0.34% -
HSV(B) 303.44º 0.95% 0.65% -
XYZ 21.6 10.57 32.35 -
YUV 71.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 165 8 156 0 0.95 0.05 0.35 303.44 0.91 0.34
Hex A5 8 9C 0 5F 5 23 12F 5B 22
Octal 245 10 234 0 137 5 43 457 133 42
Binary 10100101 1000 10011100 0 1011111 101 100011 100101111 1011011 100010

Color Harmonies of #A5089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5089C

Black with #A5089C

Text Example


Text Example

White with #A5089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5089C; }

 p { color: rgb(165,8,156); }

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

background-color css

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

 a { background-color: rgb(165,8,156); }

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

border-color css

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

 span { border-color: rgb(165,8,156); }

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