Html Css Color HEX #A30091 Dark Magenta

📋 copy color: '#A30091'

red 163 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #A30091

Tints of Dark Magenta #A30091

RGB

 RED value IS 163 (64.06% from 255) = 52.92%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 52.92%
G = 0%
B = 47.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A30091 (or 0xA30091) is known color: Dark Magenta. HEX triplet: A3, 00 and 91. RGB value is (163,0,145). Sum of RGB (Red+Green+Blue) = 163+0+145=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30091 is #5CFF6E. Grayscale: #404040. Windows color (decimal): -6094703 or 9502883. OLE color: 9502883.

HSL color Cylindrical-coordinate representation of color #A30091: hue angle of 306.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30091 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 145 -
CMYK 0 1 0.11 0.36
HSL 306.63º 1% 0.32% -
HSV(B) 306.63º 1% 0.64% -
XYZ 20.22 9.83 27.62 -
YUV 65.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 163 0 145 0 1 0.11 0.36 306.63 1 0.32
Hex A3 0 91 0 64 B 24 133 64 20
Octal 243 0 221 0 144 13 44 463 144 40
Binary 10100011 0 10010001 0 1100100 1011 100100 100110011 1100100 100000

Color Harmonies of #A30091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30091

Black with #A30091

Text Example


Text Example

White with #A30091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30091; }

 p { color: rgb(163,0,145); }

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

background-color css

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

 a { background-color: rgb(163,0,145); }

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

border-color css

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

 span { border-color: rgb(163,0,145); }

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