Html Css Color HEX #A00685 Dark Magenta

📋 copy color: '#A00685'

red 160 ◦ green 6 ◦ blue 133

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

Shades of Dark Magenta #A00685

Tints of Dark Magenta #A00685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 53.51%
G = 2.01%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A00685 (or 0xA00685) is known color: Dark Magenta. HEX triplet: A0, 06 and 85. RGB value is (160,6,133). Sum of RGB (Red+Green+Blue) = 160+6+133=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00685 is #5FF97A. Grayscale: #424242. Windows color (decimal): -6289787 or 8717984. OLE color: 8717984.

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

Color convert

RGB 160 6 133 -
CMYK 0 0.96 0.17 0.37
HSL 310.52º 0.93% 0.33% -
HSV(B) 310.52º 0.96% 0.63% -
XYZ 18.8 9.3 22.99 -
YUV 66.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 160 6 133 0 0.96 0.17 0.37 310.52 0.93 0.33
Hex A0 6 85 0 60 11 25 137 5D 21
Octal 240 6 205 0 140 21 45 467 135 41
Binary 10100000 110 10000101 0 1100000 10001 100101 100110111 1011101 100001

Color Harmonies of #A00685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00685

Black with #A00685

Text Example


Text Example

White with #A00685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00685; }

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

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

background-color css

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

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

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

border-color css

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

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

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