Html Css Color HEX #A5029A Dark Magenta

📋 copy color: '#A5029A'

red 165 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #A5029A

Tints of Dark Magenta #A5029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.98%

R = 51.4%
G = 0.62%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5029A (or 0xA5029A) is known color: Dark Magenta. HEX triplet: A5, 02 and 9A. RGB value is (165,2,154). Sum of RGB (Red+Green+Blue) = 165+2+154=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5029A is #5AFD65. Grayscale: #434343. Windows color (decimal): -5963110 or 10093221. OLE color: 10093221.

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

Color convert

RGB 165 2 154 -
CMYK 0 0.99 0.07 0.35
HSL 304.05º 0.98% 0.33% -
HSV(B) 304.05º 0.99% 0.65% -
XYZ 21.37 10.38 31.45 -
YUV 68.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 165 2 154 0 0.99 0.07 0.35 304.05 0.98 0.33
Hex A5 2 9A 0 63 7 23 130 62 21
Octal 245 2 232 0 143 7 43 460 142 41
Binary 10100101 10 10011010 0 1100011 111 100011 100110000 1100010 100001

Color Harmonies of #A5029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5029A

Black with #A5029A

Text Example


Text Example

White with #A5029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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