Html Css Color HEX #A3278F Medium Red Violet

📋 copy color: '#A3278F'

red 163 ◦ green 39 ◦ blue 143

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

Shades of Medium Red Violet #A3278F

Tints of Medium Red Violet #A3278F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.3%

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

R = 47.25%
G = 11.3%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3278F (or 0xA3278F) is known color: Medium Red Violet. HEX triplet: A3, 27 and 8F. RGB value is (163,39,143). Sum of RGB (Red+Green+Blue) = 163+39+143=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3278F is #5CD870. Grayscale: #575757. Windows color (decimal): -6084721 or 9381795. OLE color: 9381795.

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

Color convert

RGB 163 39 143 -
CMYK 0 0.76 0.12 0.36
HSL 309.68º 0.61% 0.4% -
HSV(B) 309.68º 0.76% 0.64% -
XYZ 20.79 11.22 27.06 -
YUV 87.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 163 39 143 0 0.76 0.12 0.36 309.68 0.61 0.4
Hex A3 27 8F 0 4C C 24 136 3D 28
Octal 243 47 217 0 114 14 44 466 75 50
Binary 10100011 100111 10001111 0 1001100 1100 100100 100110110 111101 101000

Color Harmonies of #A3278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3278F

Black with #A3278F

Text Example


Text Example

White with #A3278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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