Html Css Color HEX #A30F8F Dark Magenta

📋 copy color: '#A30F8F'

red 163 ◦ green 15 ◦ blue 143

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

Shades of Dark Magenta #A30F8F

Tints of Dark Magenta #A30F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 50.78%
G = 4.67%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A30F8F (or 0xA30F8F) is known color: Dark Magenta. HEX triplet: A3, 0F and 8F. RGB value is (163,15,143). Sum of RGB (Red+Green+Blue) = 163+15+143=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F8F is #5CF070. Grayscale: #494949. Windows color (decimal): -6090865 or 9375651. OLE color: 9375651.

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

Color convert

RGB 163 15 143 -
CMYK 0 0.91 0.12 0.36
HSL 308.11º 0.83% 0.35% -
HSV(B) 308.11º 0.91% 0.64% -
XYZ 20.23 10.11 26.87 -
YUV 73.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 163 15 143 0 0.91 0.12 0.36 308.11 0.83 0.35
Hex A3 F 8F 0 5B C 24 134 53 23
Octal 243 17 217 0 133 14 44 464 123 43
Binary 10100011 1111 10001111 0 1011011 1100 100100 100110100 1010011 100011

Color Harmonies of #A30F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F8F

Black with #A30F8F

Text Example


Text Example

White with #A30F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F8F; }

 p { color: rgb(163,15,143); }

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

background-color css

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

 a { background-color: rgb(163,15,143); }

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

border-color css

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

 span { border-color: rgb(163,15,143); }

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