Html Css Color HEX #A0068C Dark Magenta

📋 copy color: '#A0068C'

red 160 ◦ green 6 ◦ blue 140

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

Shades of Dark Magenta #A0068C

Tints of Dark Magenta #A0068C

RGB

 RED value IS 160 (62.89% from 255) = 52.29%

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

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

R = 52.29%
G = 1.96%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0068C (or 0xA0068C) is known color: Dark Magenta. HEX triplet: A0, 06 and 8C. RGB value is (160,6,140). Sum of RGB (Red+Green+Blue) = 160+6+140=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0068C is #5FF973. Grayscale: #424242. Windows color (decimal): -6289780 or 9176736. OLE color: 9176736.

HSL color Cylindrical-coordinate representation of color #A0068C: hue angle of 307.79º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0068C is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 140 -
CMYK 0 0.96 0.12 0.37
HSL 307.79º 0.93% 0.33% -
HSV(B) 307.79º 0.96% 0.63% -
XYZ 19.3 9.5 25.63 -
YUV 67.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 160 6 140 0 0.96 0.12 0.37 307.79 0.93 0.33
Hex A0 6 8C 0 60 C 25 134 5D 21
Octal 240 6 214 0 140 14 45 464 135 41
Binary 10100000 110 10001100 0 1100000 1100 100101 100110100 1011101 100001

Color Harmonies of #A0068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0068C

Black with #A0068C

Text Example


Text Example

White with #A0068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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