Html Css Color HEX #A3378D Medium Red Violet

📋 copy color: '#A3378D'

red 163 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #A3378D

Tints of Medium Red Violet #A3378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 45.4%
G = 15.32%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3378D (or 0xA3378D) is known color: Medium Red Violet. HEX triplet: A3, 37 and 8D. RGB value is (163,55,141). Sum of RGB (Red+Green+Blue) = 163+55+141=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3378D is #5CC872. Grayscale: #606060. Windows color (decimal): -6080627 or 9254819. OLE color: 9254819.

HSL color Cylindrical-coordinate representation of color #A3378D: hue angle of 312.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3378D is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 55 141 -
CMYK 0 0.66 0.13 0.36
HSL 312.22º 0.5% 0.43% -
HSV(B) 312.22º 0.66% 0.64% -
XYZ 21.28 12.44 26.48 -
YUV 97.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 163 55 141 0 0.66 0.13 0.36 312.22 0.5 0.43
Hex A3 37 8D 0 42 D 24 138 32 2B
Octal 243 67 215 0 102 15 44 470 62 53
Binary 10100011 110111 10001101 0 1000010 1101 100100 100111000 110010 101011

Color Harmonies of #A3378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3378D

Black with #A3378D

Text Example


Text Example

White with #A3378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3378D; }

 p { color: rgb(163,55,141); }

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

background-color css

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

 a { background-color: rgb(163,55,141); }

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

border-color css

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

 span { border-color: rgb(163,55,141); }

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