Html Css Color HEX #A5029C Dark Magenta

📋 copy color: '#A5029C'

red 165 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #A5029C

Tints of Dark Magenta #A5029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 51.08%
G = 0.62%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5029C (or 0xA5029C) is known color: Dark Magenta. HEX triplet: A5, 02 and 9C. RGB value is (165,2,156). Sum of RGB (Red+Green+Blue) = 165+2+156=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5029C is #5AFD63. Grayscale: #434343. Windows color (decimal): -5963108 or 10224293. OLE color: 10224293.

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

Color convert

RGB 165 2 156 -
CMYK 0 0.99 0.05 0.35
HSL 303.31º 0.98% 0.33% -
HSV(B) 303.31º 0.99% 0.65% -
XYZ 21.54 10.44 32.33 -
YUV 68.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 165 2 156 0 0.99 0.05 0.35 303.31 0.98 0.33
Hex A5 2 9C 0 63 5 23 12F 62 21
Octal 245 2 234 0 143 5 43 457 142 41
Binary 10100101 10 10011100 0 1100011 101 100011 100101111 1100010 100001

Color Harmonies of #A5029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5029C

Black with #A5029C

Text Example


Text Example

White with #A5029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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