Html Css Color HEX #A30892 Dark Magenta

📋 copy color: '#A30892'

red 163 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #A30892

Tints of Dark Magenta #A30892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 51.42%
G = 2.52%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A30892 (or 0xA30892) is known color: Dark Magenta. HEX triplet: A3, 08 and 92. RGB value is (163,8,146). Sum of RGB (Red+Green+Blue) = 163+8+146=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A30892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30892 is #5CF76D. Grayscale: #454545. Windows color (decimal): -6092654 or 9570467. OLE color: 9570467.

HSL color Cylindrical-coordinate representation of color #A30892: hue angle of 306.58º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30892 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 146 -
CMYK 0 0.95 0.10 0.36
HSL 306.58º 0.91% 0.34% -
HSV(B) 306.58º 0.95% 0.64% -
XYZ 20.38 10.04 28.06 -
YUV 70.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 163 8 146 0 0.95 0.10 0.36 306.58 0.91 0.34
Hex A3 8 92 0 5F A 24 133 5B 22
Octal 243 10 222 0 137 12 44 463 133 42
Binary 10100011 1000 10010010 0 1011111 1010 100100 100110011 1011011 100010

Color Harmonies of #A30892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30892

Black with #A30892

Text Example


Text Example

White with #A30892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30892; }

 p { color: rgb(163,8,146); }

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

background-color css

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

 a { background-color: rgb(163,8,146); }

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

border-color css

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

 span { border-color: rgb(163,8,146); }

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