Html Css Color HEX #A00690 Dark Magenta

📋 copy color: '#A00690'

red 160 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #A00690

Tints of Dark Magenta #A00690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 51.61%
G = 1.94%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A00690 (or 0xA00690) is known color: Dark Magenta. HEX triplet: A0, 06 and 90. RGB value is (160,6,144). Sum of RGB (Red+Green+Blue) = 160+6+144=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00690 is #5FF96F. Grayscale: #434343. Windows color (decimal): -6289776 or 9438880. OLE color: 9438880.

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

Color convert

RGB 160 6 144 -
CMYK 0 0.96 0.1 0.37
HSL 306.23º 0.93% 0.33% -
HSV(B) 306.23º 0.96% 0.63% -
XYZ 19.6 9.62 27.21 -
YUV 67.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 160 6 144 0 0.96 0.1 0.37 306.23 0.93 0.33
Hex A0 6 90 0 60 A 25 132 5D 21
Octal 240 6 220 0 140 12 45 462 135 41
Binary 10100000 110 10010000 0 1100000 1010 100101 100110010 1011101 100001

Color Harmonies of #A00690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00690

Black with #A00690

Text Example


Text Example

White with #A00690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00690; }

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

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

background-color css

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

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

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

border-color css

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

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

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