Html Css Color HEX #A5068D Dark Magenta

📋 copy color: '#A5068D'

red 165 ◦ green 6 ◦ blue 141

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

Shades of Dark Magenta #A5068D

Tints of Dark Magenta #A5068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 52.88%
G = 1.92%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5068D (or 0xA5068D) is known color: Dark Magenta. HEX triplet: A5, 06 and 8D. RGB value is (165,6,141). Sum of RGB (Red+Green+Blue) = 165+6+141=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5068D is #5AF972. Grayscale: #444444. Windows color (decimal): -5962099 or 9242277. OLE color: 9242277.

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

Color convert

RGB 165 6 141 -
CMYK 0 0.96 0.15 0.35
HSL 309.06º 0.93% 0.34% -
HSV(B) 309.06º 0.96% 0.65% -
XYZ 20.39 10.05 26.07 -
YUV 68.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 165 6 141 0 0.96 0.15 0.35 309.06 0.93 0.34
Hex A5 6 8D 0 60 F 23 135 5D 22
Octal 245 6 215 0 140 17 43 465 135 42
Binary 10100101 110 10001101 0 1100000 1111 100011 100110101 1011101 100010

Color Harmonies of #A5068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5068D

Black with #A5068D

Text Example


Text Example

White with #A5068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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