Html Css Color HEX #A00F90 Dark Magenta

📋 copy color: '#A00F90'

red 160 ◦ green 15 ◦ blue 144

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

Shades of Dark Magenta #A00F90

Tints of Dark Magenta #A00F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 50.16%
G = 4.7%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A00F90 (or 0xA00F90) is known color: Dark Magenta. HEX triplet: A0, 0F and 90. RGB value is (160,15,144). Sum of RGB (Red+Green+Blue) = 160+15+144=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F90 is #5FF06F. Grayscale: #484848. Windows color (decimal): -6287472 or 9441184. OLE color: 9441184.

HSL color Cylindrical-coordinate representation of color #A00F90: hue angle of 306.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F90 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 144 -
CMYK 0 0.91 0.1 0.37
HSL 306.62º 0.83% 0.34% -
HSV(B) 306.62º 0.91% 0.63% -
XYZ 19.7 9.83 27.24 -
YUV 73.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 160 15 144 0 0.91 0.1 0.37 306.62 0.83 0.34
Hex A0 F 90 0 5B A 25 133 53 22
Octal 240 17 220 0 133 12 45 463 123 42
Binary 10100000 1111 10010000 0 1011011 1010 100101 100110011 1010011 100010

Color Harmonies of #A00F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F90

Black with #A00F90

Text Example


Text Example

White with #A00F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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