Html Css Color HEX #A5068C Dark Magenta

📋 copy color: '#A5068C'

red 165 ◦ green 6 ◦ blue 140

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

Shades of Dark Magenta #A5068C

Tints of Dark Magenta #A5068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 53.05%
G = 1.93%
B = 45.02%

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

#A5068C (or 0xA5068C) is known color: Dark Magenta. HEX triplet: A5, 06 and 8C. RGB value is (165,6,140). Sum of RGB (Red+Green+Blue) = 165+6+140=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5068C is #5AF973. Grayscale: #444444. Windows color (decimal): -5962100 or 9176741. OLE color: 9176741.

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

Color convert

RGB 165 6 140 -
CMYK 0 0.96 0.15 0.35
HSL 309.43º 0.93% 0.34% -
HSV(B) 309.43º 0.96% 0.65% -
XYZ 20.32 10.02 25.67 -
YUV 68.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 165 6 140 0 0.96 0.15 0.35 309.43 0.93 0.34
Hex A5 6 8C 0 60 F 23 135 5D 22
Octal 245 6 214 0 140 17 43 465 135 42
Binary 10100101 110 10001100 0 1100000 1111 100011 100110101 1011101 100010

Color Harmonies of #A5068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5068C

Black with #A5068C

Text Example


Text Example

White with #A5068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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