Html Css Color HEX #A5068A Dark Magenta

📋 copy color: '#A5068A'

red 165 ◦ green 6 ◦ blue 138

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

Shades of Dark Magenta #A5068A

Tints of Dark Magenta #A5068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 53.4%
G = 1.94%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5068A (or 0xA5068A) is known color: Dark Magenta. HEX triplet: A5, 06 and 8A. RGB value is (165,6,138). Sum of RGB (Red+Green+Blue) = 165+6+138=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5068A is #5AF975. Grayscale: #444444. Windows color (decimal): -5962102 or 9045669. OLE color: 9045669.

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

Color convert

RGB 165 6 138 -
CMYK 0 0.96 0.16 0.35
HSL 310.19º 0.93% 0.34% -
HSV(B) 310.19º 0.96% 0.65% -
XYZ 20.17 9.96 24.91 -
YUV 68.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 165 6 138 0 0.96 0.16 0.35 310.19 0.93 0.34
Hex A5 6 8A 0 60 10 23 136 5D 22
Octal 245 6 212 0 140 20 43 466 135 42
Binary 10100101 110 10001010 0 1100000 10000 100011 100110110 1011101 100010

Color Harmonies of #A5068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5068A

Black with #A5068A

Text Example


Text Example

White with #A5068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5068A; }

 p { color: rgb(165,6,138); }

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

background-color css

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

 a { background-color: rgb(165,6,138); }

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

border-color css

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

 span { border-color: rgb(165,6,138); }

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